blob: c74d1fc7f117e9236ffde73835112097cede50e8 [file] [log] [blame]
Andy Yanb5e16302019-11-14 11:21:12 +08001if ROCKCHIP_RK3308
2
Andy Yan771788f2019-11-14 11:21:15 +08003config TARGET_EVB_RK3308
4 bool "EVB_RK3308"
5 select BOARD_LATE_INIT
6
Andy Yanb5e16302019-11-14 11:21:12 +08007config SYS_SOC
8 default "rk3308"
9
10config SYS_MALLOC_F_LEN
11 default 0x400
12
13config SPL_SERIAL_SUPPORT
14 default y
15
16config ROCKCHIP_BOOT_MODE_REG
17 default 0xff000500
Andy Yan771788f2019-11-14 11:21:15 +080018
19
20source "board/rockchip/evb_rk3308/Kconfig"
21
Andy Yanb5e16302019-11-14 11:21:12 +080022endif