]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: Dove: split legacy and DT setup
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 18 Dec 2012 00:24:27 +0000 (01:24 +0100)
committerJason Cooper <jason@lakedaemon.net>
Thu, 31 Jan 2013 18:00:20 +0000 (18:00 +0000)
commiteff198f6d72c51dcacc64aefe79846ce65679116
tree9bba1085b81ab05dc9323871d7f92151392bf616
parentc39360bd4e6fb78d6ff8b7564efed2a9ecb3e546
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