diff options
author | Masahiro Yamada | 2014-11-06 11:39:26 +0900 |
---|---|---|
committer | Tom Rini | 2014-11-13 08:37:18 -0500 |
commit | 790f70c725d6a89e6a9ac78f91b025454ae75dde (patch) | |
tree | cfc9d79e9ee1b72bf898b0b49d84411236a0f71b /board/ti/ks2_evm | |
parent | 06471dfc3d041068dd1d68eb373537868be8059e (diff) |
kconfig: arm: select CPU_V7 for some new boards
This commit adds "select CPU_V7" for some new boards that were not
covered by commit 2e07c249a67e
(kconfig: arm: introduce symbol for ARM CPUs).
Redundant "SYS_CPU" defines and "string" directives should be removed.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Stefan Roese <sr@denx.de>
Acked-by: Georges Savoundararadj <savoundg@gmail.com>
Diffstat (limited to 'board/ti/ks2_evm')
-rw-r--r-- | board/ti/ks2_evm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/ti/ks2_evm/Kconfig b/board/ti/ks2_evm/Kconfig index 96c5f22eade..384b175e9cd 100644 --- a/board/ti/ks2_evm/Kconfig +++ b/board/ti/ks2_evm/Kconfig @@ -27,15 +27,12 @@ endif if TARGET_K2L_EVM config SYS_BOARD - string default "ks2_evm" config SYS_VENDOR - string default "ti" config SYS_CONFIG_NAME - string default "k2l_evm" endif |