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
52 lines
595 B
52 lines
595 B
11 years ago
|
if TARGET_P3041DS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "corenet_ds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "P3041DS"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_P4080DS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "corenet_ds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "P4080DS"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_P5020DS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "corenet_ds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "P5020DS"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_P5040DS
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "corenet_ds"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "freescale"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "P5040DS"
|
||
|
|
||
|
endif
|