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/st | |
parent | 7eb39236958cbc08780e08375b09ccb1981b33ad (diff) | |
download | u-boot-13e55b358ebf02d486aaa6e3eb284278d76f3e96.tar.gz |
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/st')
-rw-r--r-- | board/st/stv0991/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/board/st/stv0991/Kconfig b/board/st/stv0991/Kconfig index 8bda349907..007712f9c6 100644 --- a/board/st/stv0991/Kconfig +++ b/board/st/stv0991/Kconfig @@ -1,23 +1,15 @@ if TARGET_STV0991 -config SYS_CPU - string - default "armv7" - config SYS_BOARD - string default "stv0991" config SYS_VENDOR - string default "st" config SYS_SOC - string default "stv0991" config SYS_CONFIG_NAME - string default "stv0991" endif |