summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2019-01-08 12:52:50 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-01-14 20:39:27 +1100
commitacef5e0165912c459a9ae98a25f0f87908ced0f9 (patch)
tree22cfff942a190df402a85f3b5e2f38810df24df4 /arch/powerpc/boot
parent8acb88682cc00a41a677c2455a7c992d78e43035 (diff)
downloadlinux-0-day-acef5e0165912c459a9ae98a25f0f87908ced0f9.tar.gz
linux-0-day-acef5e0165912c459a9ae98a25f0f87908ced0f9.tar.xz
powerpc/dts: Build virtex dtbs
I wanted to test the virtex440-ml507 qemu machine and found that the dtb for it was not built. All powerpc dtbs are only built when CONFIG_OF_ALL_DTBS is set which depend on COMPILE_TEST. This patch enables building of the virtex dtbs when CONFIG_XILINX_VIRTEX440_GENERIC_BOARD is enabled. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> [mpe: Put both targets on a single line] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/Makefile b/arch/powerpc/boot/dts/Makefile
index fb335d05aae8f..1cbc0e4ce857e 100644
--- a/arch/powerpc/boot/dts/Makefile
+++ b/arch/powerpc/boot/dts/Makefile
@@ -4,3 +4,4 @@ subdir-y += fsl
dtstree := $(srctree)/$(src)
dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
+dtb-$(CONFIG_XILINX_VIRTEX440_GENERIC_BOARD) += virtex440-ml507.dtb virtex440-ml510.dtb