]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-rockchip/rk322x/Kconfig
Convert CONFIG_SPL_PAD_TO et al to Kconfig
[thirdparty/u-boot.git] / arch / arm / mach-rockchip / rk322x / Kconfig
1 if ROCKCHIP_RK322X
2
3
4 config TARGET_EVB_RK3229
5 bool "EVB_RK3229"
6 select BOARD_LATE_INIT
7
8 config ROCKCHIP_BOOT_MODE_REG
9 default 0x110005c8
10
11 config ROCKCHIP_STIMER_BASE
12 default 0x110d0020
13
14 config SYS_SOC
15 default "rk322x"
16
17 config SYS_MALLOC_F_LEN
18 default 0x800
19
20 config SPL_LIBCOMMON_SUPPORT
21 default y
22
23 config SPL_LIBGENERIC_SUPPORT
24 default y
25
26 config SPL_SERIAL
27 default y
28
29 config TPL_STACK
30 default 0x10088000
31
32 config TPL_TEXT_BASE
33 default 0x10081000
34
35 source "board/rockchip/evb_rk3229/Kconfig"
36
37 endif