commit | 7aff0f29cdb484a5d9692a4d6c9e4b908a848688 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Fri Jul 08 11:45:19 2016 +0200 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri Jul 15 11:23:59 2016 +0200 |
tree | a733c8d6970133947f2fef174acbee1875dc82f5 | |
parent | 94197ad713a6f7f164837ac674726d3af70a7c53 [diff] |
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>