Introduce a mach-mvebu/Kconfig for all Armada based SoC's. Signed-off-by: Stefan Roese <sr@denx.de>
13 lines
161 B
Plaintext
13 lines
161 B
Plaintext
if TARGET_DB_MV784MP_GP
|
|
|
|
config SYS_BOARD
|
|
default "db-mv784mp-gp"
|
|
|
|
config SYS_VENDOR
|
|
default "Marvell"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "db-mv784mp-gp"
|
|
|
|
endif
|