Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm
[platform/kernel/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 SYS_SOC
12         default "rk322x"
13
14 config SYS_MALLOC_F_LEN
15         default 0x800
16
17 config SPL_LIBCOMMON_SUPPORT
18         default y
19
20 config SPL_LIBGENERIC_SUPPORT
21         default y
22
23 config SPL_SERIAL_SUPPORT
24         default y
25
26 config TPL_MAX_SIZE
27         default 28672
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