blob: b70d45cd624107c87beec2af13340b8340b0d379 [file] [log] [blame]
Heiko Stübner0a2be692017-02-18 19:46:36 +01001if ROCKCHIP_RK3188
2
3config SYS_SOC
4 default "rockchip"
5
6config SYS_MALLOC_F_LEN
7 default 0x0800
8
9config SPL_LIBCOMMON_SUPPORT
10 default y
11
12config SPL_LIBGENERIC_SUPPORT
13 default y
14
15config SPL_SERIAL_SUPPORT
16 default y
17
18config TPL_LIBCOMMON_SUPPORT
19 default y
20
Heiko Stübner3c732de2017-03-24 00:41:32 +010021config TPL_LIBGENERIC_SUPPORT
22 default y
23
Heiko Stübner0a2be692017-02-18 19:46:36 +010024config TPL_SERIAL_SUPPORT
25 default y
26
27endif