mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 07:13:28 +08:00
efdf91c8ea
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
171 B
Plaintext
13 lines
171 B
Plaintext
if TARGET_TURINGRK1_RK3588
|
|
|
|
config SYS_BOARD
|
|
default "turing-rk1-rk3588"
|
|
|
|
config SYS_VENDOR
|
|
default "turing"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "turing-rk1-rk3588"
|
|
|
|
endif
|