mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-02 22:37:22 +00:00
20 lines
203 B
Text
20 lines
203 B
Text
|
if TARGET_SCB9328
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm920t"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "scb9328"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "imx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "scb9328"
|
||
|
|
||
|
endif
|