commit | b4cf27f7735f9e5d80f3e79fcf355ced15461219 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu Apr 11 23:13:27 2013 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Fri Apr 19 13:51:19 2013 +0200 |
tree | 386f6d0a47837d6d8155f8ff481af933d980700e | |
parent | 07961ac7c0ee8b546658717034fe692fd12eefa9 [diff] |
ARM: exynos: introduce EXYNOS_ATAGS symbol As a preparation for multiplatform support, this introduces a new Kconfig symbol to split the ATAGS based EXYNOS platforms from the DT based ones. Turning off CONFIG_EXYNOS_ATAGS disables all platforms that are not yet converted to DT, and we can have code that relies on DT checking for this symbol being disabled. Signed-off-by: Arnd Bergmann <arnd@arndb.de>