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)
commit48be9ac930086f7605fb4959936f568e865b2cff
tree41c22e6fd0e0341a891bc5c94c88ac7f067b3587
parent9f86f2761117f9031c349c1c1e80d9f64820e6f6
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