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 SYS_SOC
12	default "rk322x"
13
14config SYS_MALLOC_F_LEN
15	default 0x800
16
17config SPL_LIBCOMMON_SUPPORT
18	default y
19
20config SPL_LIBGENERIC_SUPPORT
21	default y
22
23config SPL_SERIAL_SUPPORT
24	default y
25
26config TPL_MAX_SIZE
27        default 28672
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