diff options
author | Rick Chen <rick@andestech.com> | 2019-04-03 10:43:37 +0800 |
---|---|---|
committer | Andes <uboot@andestech.com> | 2019-04-08 09:46:00 +0800 |
commit | 48b90d9db5d32e587901c4f33175488dd20fe0a5 (patch) | |
tree | 10cdf189155b2a248ff4970904d542272f8a113e /arch/riscv/dts | |
parent | 076b845893f3bb59dfad80b012d28191c19e2f7b (diff) |
riscv: dts: fix CONFIG_DEFAULT_DEVICE_TREE failure
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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'arch/riscv/dts')
-rw-r--r-- | arch/riscv/dts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/riscv/dts/Makefile b/arch/riscv/dts/Makefile index b400defb38..f9cd606a9a 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 |