mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-06 02:08:59 +00:00
26 lines
295 B
Text
26 lines
295 B
Text
|
if TARGET_PEACH_PIT
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "smdk5420"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "peach-pit"
|
||
|
|
||
|
endif
|
||
|
|
||
|
if TARGET_SMDK5420
|
||
|
|
||
|
config SYS_BOARD
|
||
|
default "smdk5420"
|
||
|
|
||
|
config SYS_VENDOR
|
||
|
default "samsung"
|
||
|
|
||
|
config SYS_CONFIG_NAME
|
||
|
default "smdk5420"
|
||
|
|
||
|
endif
|