mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +00:00
16 lines
171 B
Text
16 lines
171 B
Text
|
if TARGET_CM4008
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "arm920t"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "cm4008"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ks8695"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "cm4008"
|
||
|
|
||
|
endif
|