u-boot-brain/board/Marvell/db-88f6820-gp/Kconfig
Stefan Roese c3d891405b arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file
Introduce a mach-mvebu/Kconfig for all Armada based SoC's.

Signed-off-by: Stefan Roese <sr@denx.de>
2015-10-20 07:12:44 +02:00

13 lines
161 B
Plaintext

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