mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

While there are currently uses for a stanza of "config BOARD_SPECIFIC_OPTIONS" followed by "def_bool y" and a series of select/imply statements, having this option set followed by nothing else doesn't provide anything. Remove these stanzas. Signed-off-by: Tom Rini <trini@konsulko.com>
12 lines
166 B
Text
12 lines
166 B
Text
if TARGET_QUARTZ64_RK3566
|
|
|
|
config SYS_BOARD
|
|
default "quartz64_rk3566"
|
|
|
|
config SYS_VENDOR
|
|
default "pine64"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "quartz64_rk3566"
|
|
|
|
endif
|