mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
5aaef60077
This board is based on the Atmel 9x5 eval board. 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_WB45N
|
|
|
|
config SYS_BOARD
|
|
default "wb45n"
|
|
|
|
config SYS_VENDOR
|
|
default "laird"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "wb45n"
|
|
|
|
endif
|