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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
479 B
39 lines
479 B
11 years ago
|
if TARGET_VEXPRESS_CA15_TC2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "vexpress"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "armltd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "vexpress_ca15_tc2"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_VEXPRESS_CA5X2
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "vexpress"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "armltd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "vexpress_ca5x2"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_VEXPRESS_CA9X4
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "vexpress"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "armltd"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "vexpress_ca9x4"
|
||
|
|
||
|
endif
|