blob: f8e1d0316bf3c51e58a34e44edf364f7da313379 [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
21config TPL_SERIAL_SUPPORT
22 default y
23
24endif