diff options
| author | Masahiro Yamada <[email protected]> | 2015-04-21 21:59:36 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-04-23 08:52:27 -0400 |
| commit | 5cbbd9bd0a5d496dee2b5592bb0c4cdac16bac80 (patch) | |
| tree | 0c49d7426f6970c46ef112a2ab67a9d957f9a650 /include | |
| parent | 526fcc220360fa6acceaa06d5c3c5bb2de57b2f0 (diff) | |
ARM: integrator: move board select into mach-integrator/Kconfig
The board/SoC select menu in arch/arm/Kconfig is still cluttered.
Add ARCH_INTEGRATOR into arch/arm/Kconfig and move the board select
under arch/arm/mach-integrator.
Signed-off-by: Masahiro Yamada <[email protected]>
Cc: Linus Walleij <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/integratorap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h index e168c8c9ba5..8439db78187 100644 --- a/include/configs/integratorap.h +++ b/include/configs/integratorap.h @@ -18,7 +18,6 @@ #include "integrator-common.h" /* Integrator/AP-specific configuration */ -#define CONFIG_ARCH_INTEGRATOR #define CONFIG_SYS_HZ_CLOCK 24000000 /* Timer 1 is clocked at 24Mhz */ /* |
