mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
13 lines
136 B
Text
13 lines
136 B
Text
|
if TARGET_CM41XX
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "cm41xx"
|
||
|
|
||
|
config SYS_SOC
|
||
|
default "ks8695"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "cm41xx"
|
||
|
|
||
|
endif
|