commit | 0ec05c3e4ac6548fcab4b6a74254a22ef251e1fd | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sun Dec 02 15:01:11 2012 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Mar 12 17:39:41 2013 +0100 |
tree | 321ba2a255adc7df72620b5d8233fbac7bf32229 | |
parent | 4b6effb6ff38aab60d224cefba76b016552f8bf8 [diff] |
ARM: spear: move spear.h and misc_regs.h into plat-spear The spear13xx version of spear.h is completely different from the newly combined spear3xx/spear6xx version, but we can never build ARMv5 and ARMv7 platforms together, so there is no harm in putting all the contents into a single file and adding appropriate ifdefs. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>