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
20 lines
192 B
20 lines
192 B
11 years ago
|
if TARGET_UDOO
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "armv7"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "udoo"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "mx6"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "udoo"
|
||
|
|
||
|
endif
|