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>
27 lines
438 B
Text
27 lines
438 B
Text
if ROCKCHIP_RK3308
|
|
|
|
config TARGET_EVB_RK3308
|
|
bool "EVB_RK3308"
|
|
select BOARD_LATE_INIT
|
|
|
|
config TARGET_ROC_RK3308_CC
|
|
bool "Firefly roc-rk3308-cc"
|
|
select BOARD_LATE_INIT
|
|
|
|
config SYS_SOC
|
|
default "rk3308"
|
|
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x400
|
|
|
|
config SPL_SERIAL_SUPPORT
|
|
default y
|
|
|
|
config ROCKCHIP_BOOT_MODE_REG
|
|
default 0xff000500
|
|
|
|
|
|
source "board/rockchip/evb_rk3308/Kconfig"
|
|
source "board/firefly/firefly-rk3308/Kconfig"
|
|
|
|
endif
|