upstream u-boot with additional patches for our devices/boards:
https://lists.denx.de/pipermail/u-boot/2017-March/282789.html (AXP crashes) ;
Gbit ethernet patch for some LIME2 revisions ;
with SPI flash support
12 lines
136 B
12 lines
136 B
11 years ago
|
if TARGET_BF518F_EZBRD
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "bf518f-ezbrd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "bf518f-ezbrd"
|
||
|
|
||
|
endif
|