mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 19:28:36 +00:00
16 lines
160 B
Text
16 lines
160 B
Text
|
if TARGET_XAENIAX
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "pxa"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "xaeniax"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "xaeniax"
|
||
|
|
||
|
endif
|