mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 08:46:59 +02: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
159 B
Plaintext
13 lines
159 B
Plaintext
if TARGET_ODROID_M1_RK3568
|
|
|
|
config SYS_BOARD
|
|
default "odroid_m1"
|
|
|
|
config SYS_VENDOR
|
|
default "hardkernel"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "odroid_m1"
|
|
|
|
endif
|