mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-16 09:48:16 +00:00
16 lines
154 B
Text
16 lines
154 B
Text
|
if TARGET_H2200
|
||
|
|
||
|
config SYS_CPU
|
||
|
string
|
||
|
default "pxa"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
string
|
||
|
default "h2200"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
string
|
||
|
default "h2200"
|
||
|
|
||
|
endif
|