Searched hist:"7 aff0f29cdb484a5d9692a4d6c9e4b908a848688" (Results 1 – 1 of 1) sorted by relevance
/linux/arch/arm/boot/dts/ |
H A D | Makefile | diff 7aff0f29cdb484a5d9692a4d6c9e4b908a848688 Fri Jul 08 11:45:19 CEST 2016 Arnd Bergmann <arnd@arndb.de> 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: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
|