[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1548142920-11219-1-git-send-email-clabbe@baylibre.com>
Date: Tue, 22 Jan 2019 07:42:00 +0000
From: Corentin Labbe <clabbe@...libre.com>
To: benh@...nel.crashing.org, mark.rutland@....com, mpe@...erman.id.au,
paulus@...ba.org, robh+dt@...nel.org
Cc: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org, Corentin Labbe <clabbe@...libre.com>
Subject: [PATCH v2] powerpc: build virtex dtb
I wanted to test the virtex440-ml507 qemu machine and found that the dtb
for it was not builded.
All powerpc DTB are only built when CONFIG_OF_ALL_DTBS is set which depend on
COMPILE_TEST.
This patchs adds build of virtex dtbs depending on
CONFIG_XILINX_VIRTEX440_GENERIC_BOARD option.
Signed-off-by: Corentin Labbe <clabbe@...libre.com>
---
Changes since v1:
- squashed the two dtb into one make line
arch/powerpc/boot/dts/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/boot/dts/Makefile b/arch/powerpc/boot/dts/Makefile
index fb335d05aae8..1cbc0e4ce857 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
--
2.19.2
Powered by blists - more mailing lists