mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-04 15:27:19 +00:00
16 lines
171 B
Text
16 lines
171 B
Text
|
if TARGET_SCB9328
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm920t"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "scb9328"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "imx"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "scb9328"
|
||
|
|
||
|
endif
|