mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-19 03:08:31 +00:00
22a1b99a1d
Instead of using EXTRA options in defconfig, use two targets in Kconfig to select correct SoC. Signed-off-by: York Sun <york.sun@nxp.com>
12 lines
165 B
Text
12 lines
165 B
Text
if TARGET_CYRUS_P5020 || TARGET_CYRUS_P5040
|
|
|
|
config SYS_BOARD
|
|
default "cyrus"
|
|
|
|
config SYS_VENDOR
|
|
default "varisys"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "cyrus"
|
|
|
|
endif
|