mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-04 10:30:32 +00:00
20 lines
203 B
Text
20 lines
203 B
Text
|
if TARGET_CM41XX
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "arm920t"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "cm41xx"
|
||
|
|
||
|
config SYS_SOC
|
||
|
string
|
||
|
default "ks8695"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "cm41xx"
|
||
|
|
||
|
endif
|