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 2e07c249a6
(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>
This commit is contained in:
Masahiro Yamada
2014-11-06 11:39:26 +09:00
committed by Tom Rini
parent 06471dfc3d
commit 790f70c725
6 changed files with 3 additions and 25 deletions

View File

@@ -1,8 +1,5 @@
if TARGET_KOSAGI_NOVENA
config SYS_CPU
default "armv7"
config SYS_BOARD
default "novena"