mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-26 05:34:30 +08:00
16 lines
157 B
Plaintext
16 lines
157 B
Plaintext
|
if TARGET_PALMTC
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "pxa"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "palmtc"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "palmtc"
|
||
|
|
||
|
endif
|