diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-06 11:39:26 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-11-13 08:37:18 -0500 |
commit | 790f70c725d6a89e6a9ac78f91b025454ae75dde (patch) | |
tree | cfc9d79e9ee1b72bf898b0b49d84411236a0f71b /arch/arm/Kconfig | |
parent | 06471dfc3d041068dd1d68eb373537868be8059e (diff) | |
download | u-boot-imx-790f70c725d6a89e6a9ac78f91b025454ae75dde.zip u-boot-imx-790f70c725d6a89e6a9ac78f91b025454ae75dde.tar.gz u-boot-imx-790f70c725d6a89e6a9ac78f91b025454ae75dde.tar.bz2 |
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 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 79ccc06..da1452f 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -225,9 +225,11 @@ config KIRKWOOD config TARGET_DB_MV784MP_GP bool "Support db-mv784mp-gp" + select CPU_V7 config TARGET_MAXBCM bool "Support maxbcm" + select CPU_V7 config TARGET_DEVKIT3250 bool "Support devkit3250" @@ -629,6 +631,7 @@ config TARGET_HUMMINGBOARD config TARGET_KOSAGI_NOVENA bool "Support Kosagi Novena" + select CPU_V7 config TARGET_TQMA6 bool "TQ Systems TQMa6 board" |