]> git.sur5r.net Git - u-boot/blob - arch/arm/mach-rockchip/rk3036/Kconfig
rockchip: Add max spl size & spl header configs
[u-boot] / arch / arm / mach-rockchip / rk3036 / Kconfig
1 if ROCKCHIP_RK3036
2
3 config TARGET_EVB_RK3036
4         bool "EVB_RK3036"
5
6 config SYS_SOC
7         default "rockchip"
8
9 config SYS_MALLOC_F_LEN
10         default 0x400
11
12 config ROCKCHIP_SPL_HDR
13         default "RK30"
14
15 config ROCKCHIP_MAX_SPL_SIZE
16         default 0x1000
17
18 config ROCKCHIP_COMMON
19         bool "Support rk common fuction"
20
21 source "board/evb_rk3036/evb_rk3036/Kconfig"
22
23 endif