mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 05:34:28 +00:00
b2e01ff543
This board is based on the Atmel sama5d3 eval boards. Supporting the following features: - Boot from NAND Flash - Ethernet - FIT - SPL Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com> Signed-off-by: Dan Kephart <dan.kephart@lairdtech.com>
12 lines
135 B
Text
12 lines
135 B
Text
if TARGET_WB50N
|
|
|
|
config SYS_BOARD
|
|
default "wb50n"
|
|
|
|
config SYS_VENDOR
|
|
default "laird"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "wb50n"
|
|
|
|
endif
|