mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
c3d891405b
Introduce a mach-mvebu/Kconfig for all Armada based SoC's. Signed-off-by: Stefan Roese <sr@denx.de>
12 lines
161 B
Text
12 lines
161 B
Text
if TARGET_DB_88F6820_GP
|
|
|
|
config SYS_BOARD
|
|
default "db-88f6820-gp"
|
|
|
|
config SYS_VENDOR
|
|
default "Marvell"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "db-88f6820-gp"
|
|
|
|
endif
|