mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
Introduce a mach-mvebu/Kconfig for all Armada based SoC's. Signed-off-by: Stefan Roese <sr@denx.de>
10 lines
102 B
Plaintext
10 lines
102 B
Plaintext
if TARGET_MAXBCM
|
|
|
|
config SYS_BOARD
|
|
default "maxbcm"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "maxbcm"
|
|
|
|
endif
|