mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 06:12:58 +00:00
13 lines
133 B
Text
13 lines
133 B
Text
|
if TARGET_PALMTC
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "pxa"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "palmtc"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "palmtc"
|
||
|
|
||
|
endif
|