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.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
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 TPL_SERIAL
default y
+source "board/rikomagic/mk808/Kconfig"
+
endif
--- /dev/null
+if TARGET_MK808
+
+config SYS_BOARD
+ default "mk808"
+
+config SYS_VENDOR
+ default "rikomagic"
+
+config SYS_CONFIG_NAME
+ default "mk808"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+
+endif
--- /dev/null
+MK808
+M: Johan Jonker <jbx6244@gmail.com>
+S: Maintained
+F: board/rikomagic/mk808
+F: configs/mk808_defconfig
+F: include/configs/mk808.h
--- /dev/null
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += mk808.o
--- /dev/null
+// SPDX-License-Identifier: GPL-2.0+
+
+#include <common.h>