boards: Remove empty BOARD_SPECIFIC_OPTIONS
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>
This commit is contained in:
@@ -9,7 +9,4 @@ config SYS_VENDOR
|
||||
config SYS_CONFIG_NAME
|
||||
default "anbernic-rgxx3-rk3566"
|
||||
|
||||
config BOARD_SPECIFIC_OPTIONS
|
||||
def_bool y
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user