mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
a488483174
The maxBCM board is equipped with the Marvell Armada-XP MV78460 SoC. It integrates an SPI NOR flash and an Marvell 88E6185 switch. Signed-off-by: Stefan Roese <sr@denx.de>
19 lines
204 B
Text
19 lines
204 B
Text
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
|