From: Rick Chen <[email protected]> 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 <[email protected]> Cc: Greentime Hu <[email protected]> --- 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 -- 2.7.4 _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

