~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 720fbbb5fa3e569e2bab433d08e789463e1f8c87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if TARGET_ROC_PC_RK3399

config SYS_BOARD
        default "roc-pc-rk3399"

config SYS_VENDOR
        default "firefly"

config SYS_CONFIG_NAME
        default "roc-pc-rk3399"

config BOARD_SPECIFIC_OPTIONS # dummy
        def_bool y

endif