2
0
Fork 0
mirror of https://github.com/AsahiLinux/u-boot synced 2024-12-25 12:33:41 +00:00
u-boot/board/firefly/firefly-rk3308/Kconfig

16 lines
214 B
Text
Raw Normal View History

if TARGET_ROC_RK3308_CC
config SYS_BOARD
default "firefly-rk3308"
config SYS_VENDOR
default "firefly"
config SYS_CONFIG_NAME
default "firefly_rk3308"
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
endif