From 790f70c725d6a89e6a9ac78f91b025454ae75dde Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Thu, 6 Nov 2014 11:39:26 +0900 Subject: 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 Acked-by: Stefan Roese Acked-by: Georges Savoundararadj --- board/ti/ks2_evm/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'board/ti/ks2_evm') diff --git a/board/ti/ks2_evm/Kconfig b/board/ti/ks2_evm/Kconfig index 96c5f22..384b175 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 -- cgit v1.1