mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-05 02:51:00 +00:00
dd580801aa
This patch adds basic support for the Marvell DB-MV784MP-GP evaulation board. This is the first board that uses the recently created Armada XP 78460 SoC support. Signed-off-by: Stefan Roese <sr@denx.de> Tested-by: Luka Perkov <luka@openwrt.org>
23 lines
271 B
Text
23 lines
271 B
Text
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
|