mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02: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:
committed by
Tom Rini
parent
06471dfc3d
commit
790f70c725
@@ -225,9 +225,11 @@ config KIRKWOOD
|
|||||||
|
|
||||||
config TARGET_DB_MV784MP_GP
|
config TARGET_DB_MV784MP_GP
|
||||||
bool "Support db-mv784mp-gp"
|
bool "Support db-mv784mp-gp"
|
||||||
|
select CPU_V7
|
||||||
|
|
||||||
config TARGET_MAXBCM
|
config TARGET_MAXBCM
|
||||||
bool "Support maxbcm"
|
bool "Support maxbcm"
|
||||||
|
select CPU_V7
|
||||||
|
|
||||||
config TARGET_DEVKIT3250
|
config TARGET_DEVKIT3250
|
||||||
bool "Support devkit3250"
|
bool "Support devkit3250"
|
||||||
@@ -629,6 +631,7 @@ config TARGET_HUMMINGBOARD
|
|||||||
|
|
||||||
config TARGET_KOSAGI_NOVENA
|
config TARGET_KOSAGI_NOVENA
|
||||||
bool "Support Kosagi Novena"
|
bool "Support Kosagi Novena"
|
||||||
|
select CPU_V7
|
||||||
|
|
||||||
config TARGET_TQMA6
|
config TARGET_TQMA6
|
||||||
bool "TQ Systems TQMa6 board"
|
bool "TQ Systems TQMa6 board"
|
||||||
|
@@ -20,10 +20,6 @@ endchoice
|
|||||||
config USE_PRIVATE_LIBGCC
|
config USE_PRIVATE_LIBGCC
|
||||||
default y if SPL_BUILD
|
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/tegra20/Kconfig"
|
||||||
source "arch/arm/cpu/armv7/tegra30/Kconfig"
|
source "arch/arm/cpu/armv7/tegra30/Kconfig"
|
||||||
source "arch/arm/cpu/armv7/tegra114/Kconfig"
|
source "arch/arm/cpu/armv7/tegra114/Kconfig"
|
||||||
|
@@ -1,23 +1,15 @@
|
|||||||
if TARGET_DB_MV784MP_GP
|
if TARGET_DB_MV784MP_GP
|
||||||
|
|
||||||
config SYS_CPU
|
|
||||||
string
|
|
||||||
default "armv7"
|
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
string
|
|
||||||
default "db-mv784mp-gp"
|
default "db-mv784mp-gp"
|
||||||
|
|
||||||
config SYS_VENDOR
|
config SYS_VENDOR
|
||||||
string
|
|
||||||
default "Marvell"
|
default "Marvell"
|
||||||
|
|
||||||
config SYS_SOC
|
config SYS_SOC
|
||||||
string
|
|
||||||
default "armada-xp"
|
default "armada-xp"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
string
|
|
||||||
default "db-mv784mp-gp"
|
default "db-mv784mp-gp"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@@ -1,8 +1,5 @@
|
|||||||
if TARGET_KOSAGI_NOVENA
|
if TARGET_KOSAGI_NOVENA
|
||||||
|
|
||||||
config SYS_CPU
|
|
||||||
default "armv7"
|
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
default "novena"
|
default "novena"
|
||||||
|
|
||||||
|
@@ -1,19 +1,12 @@
|
|||||||
if TARGET_MAXBCM
|
if TARGET_MAXBCM
|
||||||
|
|
||||||
config SYS_CPU
|
|
||||||
string
|
|
||||||
default "armv7"
|
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
string
|
|
||||||
default "maxbcm"
|
default "maxbcm"
|
||||||
|
|
||||||
config SYS_SOC
|
config SYS_SOC
|
||||||
string
|
|
||||||
default "armada-xp"
|
default "armada-xp"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
string
|
|
||||||
default "maxbcm"
|
default "maxbcm"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@@ -27,15 +27,12 @@ endif
|
|||||||
if TARGET_K2L_EVM
|
if TARGET_K2L_EVM
|
||||||
|
|
||||||
config SYS_BOARD
|
config SYS_BOARD
|
||||||
string
|
|
||||||
default "ks2_evm"
|
default "ks2_evm"
|
||||||
|
|
||||||
config SYS_VENDOR
|
config SYS_VENDOR
|
||||||
string
|
|
||||||
default "ti"
|
default "ti"
|
||||||
|
|
||||||
config SYS_CONFIG_NAME
|
config SYS_CONFIG_NAME
|
||||||
string
|
|
||||||
default "k2l_evm"
|
default "k2l_evm"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user