]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: Dove: split legacy and DT setup
authorArnd Bergmann <arnd@arndb.de>
Thu, 28 Feb 2013 17:19:16 +0000 (18:19 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 28 Feb 2013 17:57:06 +0000 (18:57 +0100)
commit418baf4b15ada6153e69a93a9a639e9b58f37ac7
tree41c22e6fd0e0341a891bc5c94c88ac7f067b3587
parent35b573315f2434f2c5bfd43be87c63e852233e60
ARM: Dove: split legacy and DT setup

In the beginning of DT for Dove it was reasonable to have it close to
non-DT code. With improved DT support, it became more and more difficult
to not break non-DT while changing DT code.

This patch splits up DT board setup and introduces a DOVE_LEGACY config
to allow to remove legacy code for DT-only kernels.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
arch/arm/mach-dove/Kconfig
arch/arm/mach-dove/Makefile
arch/arm/mach-dove/board-dt.c [new file with mode: 0644]
arch/arm/mach-dove/common.c