submodule of avionic design uboot bootloader and with included tools to get you started , read readme.md and readme-tk1-loader.md
19 lines
204 B
Plaintext
19 lines
204 B
Plaintext
menu "mpc5xx CPU"
|
|
depends on 5xx
|
|
|
|
config SYS_CPU
|
|
default "mpc5xx"
|
|
|
|
choice
|
|
prompt "Target select"
|
|
optional
|
|
|
|
config TARGET_PATI
|
|
bool "Support PATI"
|
|
|
|
endchoice
|
|
|
|
source "board/mpl/pati/Kconfig"
|
|
|
|
endmenu
|