Commit 7aff0f29 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Alexandre Belloni

ARM: dts: at91: Don't build unnecessary dtbs

Building both ARMv4 and ARMv5 dtbs when SOC_SAM_V4_V5 is an issue for
kernelci because it will then attempt to boot ARMv4 kernels on at91sam9
which doesn't work.

Use CONFIG_SOC_AT91RM9200 and CONFIG_SOC_AT91SAM9 instead.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 94197ad7
...@@ -7,9 +7,10 @@ dtb-$(CONFIG_MACH_ARTPEC6) += \ ...@@ -7,9 +7,10 @@ dtb-$(CONFIG_MACH_ARTPEC6) += \
dtb-$(CONFIG_MACH_ASM9260) += \ dtb-$(CONFIG_MACH_ASM9260) += \
alphascale-asm9260-devkit.dtb alphascale-asm9260-devkit.dtb
# Keep at91 dtb files sorted alphabetically for each SoC # Keep at91 dtb files sorted alphabetically for each SoC
dtb-$(CONFIG_SOC_SAM_V4_V5) += \ dtb-$(CONFIG_SOC_AT91RM9200) += \
at91rm9200ek.dtb \ at91rm9200ek.dtb \
mpa1600.dtb \ mpa1600.dtb
dtb-$(CONFIG_SOC_AT91SAM9) += \
animeo_ip.dtb \ animeo_ip.dtb \
at91-qil_a9260.dtb \ at91-qil_a9260.dtb \
aks-cdu.dtb \ aks-cdu.dtb \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment