mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 13:44:29 +00:00
01892d230d
roc-pc-rk3399 board has one user button & three user LED's. Currently we don't have any code support for these devices. Since button and LED's are specific to roc-pc-rk3399 board, split it into its own board file and add code support here. Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
16 lines
241 B
Text
16 lines
241 B
Text
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
|
|
|