blob: 335f49bc557dda356e498fc9554f42a64ac94cb4 [file] [log] [blame]
Johan Jonkera289fc72022-04-16 17:09:47 +02001if ROCKCHIP_RK3066
2
3config ROCKCHIP_BOOT_MODE_REG
4 default 0x20004040
5
6config SYS_SOC
7 default "rk3066"
8
9config SYS_MALLOC_F_LEN
10 default 0x0800
11
12config SPL_LIBCOMMON_SUPPORT
13 default y
14
15config SPL_LIBGENERIC_SUPPORT
16 default y
17
18config SPL_SERIAL
19 default y
20
21config TPL_LIBCOMMON_SUPPORT
22 default y
23
24config TPL_LIBGENERIC_SUPPORT
25 default y
26
27config TPL_SERIAL
28 default y
29
30endif