mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-09-04 00:14:38 +02:00
16 lines
186 B
Plaintext
16 lines
186 B
Plaintext
if TARGET_ROCK2
|
|
|
|
config SYS_BOARD
|
|
default "rock2"
|
|
|
|
config SYS_VENDOR
|
|
default "radxa"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "rock2"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
|
|
endif
|