commit | 48be9ac930086f7605fb4959936f568e865b2cff | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Feb 28 18:19:16 2013 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Feb 28 18:57:06 2013 +0100 |
tree | 41c22e6fd0e0341a891bc5c94c88ac7f067b3587 | |
parent | 9f86f2761117f9031c349c1c1e80d9f64820e6f6 [diff] |
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>