1if ROCKCHIP_RK322X
2
3
4config TARGET_EVB_RK3229
5	bool "EVB_RK3229"
6	select BOARD_LATE_INIT
7
8config ROCKCHIP_BOOT_MODE_REG
9	default 0x110005c8
10
11config ROCKCHIP_STIMER_BASE
12	default 0x110d0020
13
14config SYS_SOC
15	default "rk322x"
16
17config SYS_MALLOC_F_LEN
18	default 0x800
19
20config SPL_LIBCOMMON_SUPPORT
21	default y
22
23config SPL_LIBGENERIC_SUPPORT
24	default y
25
26config SPL_SERIAL
27	default y
28
29config TPL_STACK
30        default 0x10088000
31
32config TPL_TEXT_BASE
33        default 0x10081000
34
35source "board/rockchip/evb_rk3229/Kconfig"
36
37endif
38