diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-12-19 14:27:13 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-01-12 09:38:47 -0500 |
commit | 13e55b358ebf02d486aaa6e3eb284278d76f3e96 (patch) | |
tree | c83915842adc527212511d2c00f6a1751c9149a7 /board/atmel | |
parent | 7eb39236958cbc08780e08375b09ccb1981b33ad (diff) | |
download | u-boot-imx-13e55b358ebf02d486aaa6e3eb284278d76f3e96.zip u-boot-imx-13e55b358ebf02d486aaa6e3eb284278d76f3e96.tar.gz u-boot-imx-13e55b358ebf02d486aaa6e3eb284278d76f3e96.tar.bz2 |
ARM: remove redudant information from Kconfig files
- "string" type for SYS_* is defined in arch/Kconfig
- SYS_CPU "armv7" has been replaced with "select CPU_V7"
- SYS_SOC "tegra124" is already defined in tegra124/Kconfig
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Bo Shen <voice.shen@atmel.com>
Diffstat (limited to 'board/atmel')
-rw-r--r-- | board/atmel/sama5d4_xplained/Kconfig | 3 | ||||
-rw-r--r-- | board/atmel/sama5d4ek/Kconfig | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/board/atmel/sama5d4_xplained/Kconfig b/board/atmel/sama5d4_xplained/Kconfig index f6440c0..f320a68 100644 --- a/board/atmel/sama5d4_xplained/Kconfig +++ b/board/atmel/sama5d4_xplained/Kconfig @@ -1,8 +1,5 @@ if TARGET_SAMA5D4_XPLAINED -config SYS_CPU - default "armv7" - config SYS_BOARD default "sama5d4_xplained" diff --git a/board/atmel/sama5d4ek/Kconfig b/board/atmel/sama5d4ek/Kconfig index a889895..7dc569c 100644 --- a/board/atmel/sama5d4ek/Kconfig +++ b/board/atmel/sama5d4ek/Kconfig @@ -1,8 +1,5 @@ if TARGET_SAMA5D4EK -config SYS_CPU - default "armv7" - config SYS_BOARD default "sama5d4ek" |