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
16 lines
187 B
16 lines
187 B
10 years ago
|
if TARGET_BCMCYGNUS
|
||
11 years ago
|
|
||
|
config SYS_BOARD
|
||
|
default "bcm_ep"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "broadcom"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "bcmcygnus"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "bcm_ep_board"
|
||
|
|
||
|
endif
|