mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-17 12:41:32 +00:00
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:
parent
06471dfc3d
commit
790f70c725
6 changed files with 3 additions and 25 deletions
|
@ -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"
|
||||
|
|
|
@ -20,10 +20,6 @@ endchoice
|
|||
config USE_PRIVATE_LIBGCC
|
||||
default y if SPL_BUILD
|
||||
|
||||
config SYS_CPU
|
||||
default "arm720t" if SPL_BUILD
|
||||
default "armv7" if !SPL_BUILD
|
||||
|
||||
source "arch/arm/cpu/armv7/tegra20/Kconfig"
|
||||
source "arch/arm/cpu/armv7/tegra30/Kconfig"
|
||||
source "arch/arm/cpu/armv7/tegra114/Kconfig"
|
||||
|
|
|
@ -1,23 +1,15 @@
|
|||
if TARGET_DB_MV784MP_GP
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "db-mv784mp-gp"
|
||||
|
||||
config SYS_VENDOR
|
||||
string
|
||||
default "Marvell"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "armada-xp"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "db-mv784mp-gp"
|
||||
|
||||
endif
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
if TARGET_KOSAGI_NOVENA
|
||||
|
||||
config SYS_CPU
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
default "novena"
|
||||
|
||||
|
|
|
@ -1,19 +1,12 @@
|
|||
if TARGET_MAXBCM
|
||||
|
||||
config SYS_CPU
|
||||
string
|
||||
default "armv7"
|
||||
|
||||
config SYS_BOARD
|
||||
string
|
||||
default "maxbcm"
|
||||
|
||||
config SYS_SOC
|
||||
string
|
||||
default "armada-xp"
|
||||
|
||||
config SYS_CONFIG_NAME
|
||||
string
|
||||
default "maxbcm"
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue