[U-Boot] [PATCH] riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure

From: Rick Chen rick@andestech.com
It occurs since commit 27cb7300ffda ("Ensure device tree DTS is compiled").
More details can refer to 89c2b5c02049aea746b1edee0b4e1d8519dec2f4 ARM: fix arch/arm/dts/Makefile
Signed-off-by: Rick Chen rick@andestech.com Cc: Greentime Hu greentime@andestech.com --- arch/riscv/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile index b400def..f9cd606 100644 --- a/arch/riscv/dts/Makefile +++ b/arch/riscv/dts/Makefile @@ -1,5 +1,7 @@ # SPDX-License-Identifier: GPL-2.0+
+dtb-$(CONFIG_TARGET_AX25_AE350) += ae350_32.dtb ae350_64.dtb + targets += $(dtb-y)
DTC_FLAGS += -R 4 -p 0x1000

On Wed, Apr 3, 2019 at 10:47 AM Andes uboot@andestech.com wrote:
From: Rick Chen rick@andestech.com
It occurs since commit 27cb7300ffda ("Ensure device tree DTS is compiled").
More details can refer to 89c2b5c02049aea746b1edee0b4e1d8519dec2f4 ARM: fix arch/arm/dts/Makefile
Signed-off-by: Rick Chen rick@andestech.com Cc: Greentime Hu greentime@andestech.com
arch/riscv/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com

On Wed, 2019-04-03 at 10:43 +0800, Andes wrote:
From: Rick Chen rick@andestech.com
It occurs since commit 27cb7300ffda ("Ensure device tree DTS is compiled").
More details can refer to 89c2b5c02049aea746b1edee0b4e1d8519dec2f4 ARM: fix arch/arm/dts/Makefile
Signed-off-by: Rick Chen rick@andestech.com Cc: Greentime Hu greentime@andestech.com
arch/riscv/dts/Makefile | 2 ++ 1 file changed, 2 insertions(+)
Reviewed-by: Lukas Auer lukas.auer@aisec.fraunhofer.de
participants (3)
-
Andes
-
Auer, Lukas
-
Bin Meng