mirror of
https://github.com/smaeul/u-boot.git
synced 2025-11-01 20:48:16 +00:00
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>
16 lines
198 B
Plaintext
16 lines
198 B
Plaintext
if TARGET_DB_MV784MP_GP
|
|
|
|
config SYS_BOARD
|
|
default "db-mv784mp-gp"
|
|
|
|
config SYS_VENDOR
|
|
default "Marvell"
|
|
|
|
config SYS_SOC
|
|
default "armada-xp"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "db-mv784mp-gp"
|
|
|
|
endif
|