Skip to content

Commit a1f2c9b

Browse files
committed
rscv: dts: andes: Add DTBs in the Makefile (torvalds#257)
Add ax46mpv and ax66 DTBs in the Makefile. Signed-off-by: Cynthia Huang <cynthia@andestech.com> Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/257 Reviewed-by: randolph <randolph@andestech.com> Reviewed-by: Charles Ci-Jyun Wu <dminus@andestech.com> Reviewed-by: Tim Shih-Ting OuYang <tim609@andestech.com> Co-authored-by: Cynthia Huang <cynthia@andestech.com> Co-committed-by: Cynthia Huang <cynthia@andestech.com>
1 parent 5cde361 commit a1f2c9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/riscv/boot/dts/andes/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ dtb-$(CONFIG_ARCH_ANDES) += ax45mpv_c4_d_dsp_ae350.dtb
1717
dtb-$(CONFIG_ARCH_ANDES) += ax45mp_c8_ae350.dtb
1818
dtb-$(CONFIG_ARCH_ANDES) += ax45mpv_c1_d_hvm_ae350.dtb
1919
dtb-$(CONFIG_ARCH_ANDES) += ax45mpv_c2_d_dsp_hvm_ae350.dtb
20+
dtb-$(CONFIG_ARCH_ANDES) += ax46mpv_c1_d_hvm_ae350.dtb
2021

2122
# FPGA : VU19P
22-
dtb-$(CONFIG_ARCH_ANDES) += ax65mp_c2_d_ae350.dtb
23+
dtb-$(CONFIG_ARCH_ANDES) += ax65_c2_d_ae350.dtb
24+
dtb-$(CONFIG_ARCH_ANDES) += ax66_c1_d_ae350.dtb
25+
dtb-$(CONFIG_ARCH_ANDES) += ax66_c2_d_ae350.dtb
2326

2427
obj-$(CONFIG_BUILTIN_DTB) += $(addsuffix .o, $(dtb-y))

0 commit comments

Comments
 (0)