mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 11:18:28 +00:00
20 lines
201 B
Text
20 lines
201 B
Text
|
if TARGET_P3G4
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "evb64260"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "P3G4"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_ZUMA
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "evb64260"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "ZUMA"
|
||
|
|
||
|
endif
|