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.
32 lines
500 B
32 lines
500 B
menu "74xx_7xx CPU"
|
|
depends on 74xx_7xx
|
|
|
|
config SYS_CPU
|
|
default "74xx_7xx"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
|
|
config TARGET_P3G4
|
|
bool "Support P3G4"
|
|
|
|
config TARGET_ZUMA
|
|
bool "Support ZUMA"
|
|
|
|
config TARGET_PPMC7XX
|
|
bool "Support ppmc7xx"
|
|
|
|
config TARGET_ELPPC
|
|
bool "Support ELPPC"
|
|
|
|
config TARGET_MPC7448HPC2
|
|
bool "Support mpc7448hpc2"
|
|
|
|
endchoice
|
|
|
|
source "board/eltec/elppc/Kconfig"
|
|
source "board/evb64260/Kconfig"
|
|
source "board/freescale/mpc7448hpc2/Kconfig"
|
|
source "board/ppmc7xx/Kconfig"
|
|
|
|
endmenu
|
|
|