mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
20 lines
223 B
Text
20 lines
223 B
Text
|
if TARGET_ASTRO_MCF5373L
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "mcf532x"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "mcf5373l"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
string
|
||
|
default "astro"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "astro_mcf5373l"
|
||
|
|
||
|
endif
|