f6f1e06a83fe9d86ba9202e81ec20274829a50d8
[platform/kernel/u-boot.git] / arch / arm / mach-rockchip / rk3328 / Kconfig
1 if ROCKCHIP_RK3328
2
3 choice
4         prompt "RK3328 board select"
5
6 config TARGET_EVB_RK3328
7         bool "RK3328 evaluation board"
8         help
9           RK3328evb is a evaluation board for Rockchip rk3328,
10           with full function and phisical connectors support like
11           usb2.0 host ports, LVDS, JTAG, MAC, SDcard, HDMI, USB-2-serial...
12
13 endchoice
14
15 config ROCKCHIP_BOOT_MODE_REG
16         default 0xff1005c8
17
18 config ROCKCHIP_STIMER_BASE
19         default 0xff1d0020
20
21 config SYS_SOC
22         default "rk3328"
23
24 config SYS_MALLOC_F_LEN
25         default 0x2000
26
27 config SPL_LIBCOMMON_SUPPORT
28         default y
29
30 config SPL_LIBGENERIC_SUPPORT
31         default y
32
33 config TPL_LDSCRIPT
34         default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
35
36 config TPL_TEXT_BASE
37         default 0xff091000
38
39 config TPL_MAX_SIZE
40         default 28672
41
42 config TPL_STACK
43         default 0xff098000
44
45 source "board/rockchip/evb_rk3328/Kconfig"
46
47 endif