mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
208b8cd646
ROC-RK3308-CC is a rk3308 based board designed by Firelfy, with eMMC and 256MB DDR3 and RTL8188 Wifi on board. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
15 lines
214 B
Text
15 lines
214 B
Text
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
|