[U-Boot] [PATCH 1/3] arm: kirkwood: dts: Add openrd-* dtb makefile build targets
Stefan Roese
sr at denx.de
Thu Apr 11 10:33:34 UTC 2019
The following Kirkwood dtb build targets are currently missing:
kirkwood-openrd-base.dtb
kirkwood-openrd-client.dtb
kirkwood-openrd-ultimate.dtb
This patch adds them to the Makefile to fix the build error.
Signed-off-by: Stefan Roese <sr at denx.de>
Cc: Chris Packham <judge.packham at gmail.com>
---
arch/arm/dts/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 4f05df1321..f36b801219 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -56,6 +56,9 @@ dtb-$(CONFIG_KIRKWOOD) += \
kirkwood-ns2lite.dtb \
kirkwood-ns2max.dtb \
kirkwood-ns2mini.dtb \
+ kirkwood-openrd-base.dtb \
+ kirkwood-openrd-client.dtb \
+ kirkwood-openrd-ultimate.dtb \
kirkwood-pogo_e02.dtb \
kirkwood-sheevaplug.dtb
--
2.21.0
More information about the U-Boot
mailing list