mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
The board supports following features: - Boot media support: SD card/e.MMC/SPI flash, - Support LCD display (optional, disabled by default), - Support ethernet, - Support USB mass storage. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> [fix checkpatch warnings] Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
16 lines
200 B
Plaintext
16 lines
200 B
Plaintext
if TARGET_SAMA5D2_XPLAINED
|
|
|
|
config SYS_BOARD
|
|
default "sama5d2_xplained"
|
|
|
|
config SYS_VENDOR
|
|
default "atmel"
|
|
|
|
config SYS_SOC
|
|
default "at91"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "sama5d2_xplained"
|
|
|
|
endif
|