mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-14 22:16:03 +01: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>
13 lines
163 B
Plaintext
13 lines
163 B
Plaintext
if TARGET_ROC_RK3308_CC
|
|
|
|
config SYS_BOARD
|
|
default "firefly-rk3308"
|
|
|
|
config SYS_VENDOR
|
|
default "firefly"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "firefly_rk3308"
|
|
|
|
endif
|