]> Git Repo - J-u-boot.git/blame - arch/arm/mach-rockchip/rk322x/Kconfig
rockchip: Kconfig: move rk322x config into its Kconfig
[J-u-boot.git] / arch / arm / mach-rockchip / rk322x / Kconfig
CommitLineData
168eef7a
KY
1if ROCKCHIP_RK322X
2
45c1d341 3
168eef7a
KY
4config TARGET_EVB_RK3229
5 bool "EVB_RK3229"
6 select BOARD_LATE_INIT
7
8config SYS_SOC
b1b449bf 9 default "rk322x"
168eef7a
KY
10
11config SYS_MALLOC_F_LEN
12 default 0x400
13
14config SPL_SERIAL_SUPPORT
15 default y
16
45c1d341
KY
17config TPL_MAX_SIZE
18 default 28672
19
20config TPL_STACK
21 default 0x10088000
22
23config TPL_TEXT_BASE
24 default 0x10081000
25
168eef7a
KY
26source "board/rockchip/evb_rk3229/Kconfig"
27
28endif
This page took 0.14016 seconds and 4 git commands to generate.