~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
blob: 95d7fc8a291773188195e0ac039f6b967b4f4031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
if ROCKCHIP_RK3066

config TARGET_MK808
	bool "MK808"
	help
	  MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port,
	  HDMI and a micro-SD card slot. It also includes on-board NAND
	  and 1GB of SDRAM.

config ROCKCHIP_BOOT_MODE_REG
	default 0x20004040

config SYS_SOC
	default "rk3066"

config SYS_MALLOC_F_LEN
	default 0x0800

config SPL_LIBCOMMON_SUPPORT
	default y

config SPL_LIBGENERIC_SUPPORT
	default y

config SPL_SERIAL
	default y

config TPL_LIBCOMMON_SUPPORT
	default y

config TPL_LIBGENERIC_SUPPORT
	default y

config TPL_SERIAL
	default y

source "board/rikomagic/mk808/Kconfig"

endif