blob: 4a79a829adec5a0fecf9a7a64d498c5bf94d490b [file] [log] [blame]
Johan Jonkera289fc72022-04-16 17:09:47 +02001if ROCKCHIP_RK3066
2
Johan Jonker281c8a62022-04-16 17:09:48 +02003config TARGET_MK808
4 bool "MK808"
5 help
6 MK808 is a RK3066-based board with 1 USB host and 1 USB OTG port,
7 HDMI and a micro-SD card slot. It also includes on-board NAND
8 and 1GB of SDRAM.
9
Johan Jonkera289fc72022-04-16 17:09:47 +020010config ROCKCHIP_BOOT_MODE_REG
11 default 0x20004040
12
Johan Jonkera768ff52023-10-27 20:35:37 +020013config ROCKCHIP_BOOT_LR_REG
14 hex
15 default 0x00001058
16
17config ROCKCHIP_BOOT_RETURN_REG
18 hex
19 default 0x00001100
20
Johan Jonkera289fc72022-04-16 17:09:47 +020021config SYS_SOC
22 default "rk3066"
23
24config SYS_MALLOC_F_LEN
25 default 0x0800
26
27config SPL_LIBCOMMON_SUPPORT
28 default y
29
30config SPL_LIBGENERIC_SUPPORT
31 default y
32
33config SPL_SERIAL
34 default y
35
36config TPL_LIBCOMMON_SUPPORT
37 default y
38
39config TPL_LIBGENERIC_SUPPORT
40 default y
41
42config TPL_SERIAL
43 default y
44
Johan Jonker281c8a62022-04-16 17:09:48 +020045source "board/rikomagic/mk808/Kconfig"
46
Johan Jonkera289fc72022-04-16 17:09:47 +020047endif