mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 13:56:30 +00:00
16 lines
170 B
Text
16 lines
170 B
Text
|
if TARGET_LP8X4X
|
||
|
|
||
|
config SYS_CPU
|
||
|
default "pxa"
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "lp8x4x"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "icpdas"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "lp8x4x"
|
||
|
|
||
|
endif
|