summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3308/Kconfig
blob: 9c096615953ffd0186f2747e37f934a754f43a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if ROCKCHIP_RK3308

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
endif