mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
60f37fc6aa
Since all supported boards enable this option now, we can remove it along with the old code. Signed-off-by: Simon Glass <sjg@chromium.org>
51 lines
593 B
Text
51 lines
593 B
Text
if TARGET_ODROID_XU3
|
|
|
|
config SYS_BOARD
|
|
default "smdk5420"
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "odroid_xu3"
|
|
|
|
endif
|
|
|
|
if TARGET_PEACH_PI
|
|
|
|
config SYS_BOARD
|
|
default "smdk5420"
|
|
|
|
config SYS_VENDOR
|
|
default "samsung"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "peach-pi"
|
|
|
|
endif
|
|
|
|
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
|