aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/board/mqmaker/miqi_rk3288
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/board/mqmaker/miqi_rk3288')
-rw-r--r--roms/u-boot/board/mqmaker/miqi_rk3288/Kconfig15
-rw-r--r--roms/u-boot/board/mqmaker/miqi_rk3288/MAINTAINERS6
-rw-r--r--roms/u-boot/board/mqmaker/miqi_rk3288/Makefile7
-rw-r--r--roms/u-boot/board/mqmaker/miqi_rk3288/miqi-rk3288.c5
4 files changed, 33 insertions, 0 deletions
diff --git a/roms/u-boot/board/mqmaker/miqi_rk3288/Kconfig b/roms/u-boot/board/mqmaker/miqi_rk3288/Kconfig
new file mode 100644
index 000000000..232a11209
--- /dev/null
+++ b/roms/u-boot/board/mqmaker/miqi_rk3288/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_MIQI_RK3288
+
+config SYS_BOARD
+ default "miqi_rk3288"
+
+config SYS_VENDOR
+ default "mqmaker"
+
+config SYS_CONFIG_NAME
+ default "miqi_rk3288"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+
+endif
diff --git a/roms/u-boot/board/mqmaker/miqi_rk3288/MAINTAINERS b/roms/u-boot/board/mqmaker/miqi_rk3288/MAINTAINERS
new file mode 100644
index 000000000..053a5e602
--- /dev/null
+++ b/roms/u-boot/board/mqmaker/miqi_rk3288/MAINTAINERS
@@ -0,0 +1,6 @@
+MIQI
+M: Jernej Skrabec <jernej.skrabec@siol.net>
+S: Maintained
+F: board/mqmaker/miqi_rk3288
+F: include/configs/miqi_rk3288.h
+F: configs/miqi-rk3288_defconfig
diff --git a/roms/u-boot/board/mqmaker/miqi_rk3288/Makefile b/roms/u-boot/board/mqmaker/miqi_rk3288/Makefile
new file mode 100644
index 000000000..ec95affb3
--- /dev/null
+++ b/roms/u-boot/board/mqmaker/miqi_rk3288/Makefile
@@ -0,0 +1,7 @@
+#
+# (C) Copyright 2016 Rockchip Electronics Co., Ltd
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-y += miqi-rk3288.o
diff --git a/roms/u-boot/board/mqmaker/miqi_rk3288/miqi-rk3288.c b/roms/u-boot/board/mqmaker/miqi_rk3288/miqi-rk3288.c
new file mode 100644
index 000000000..779bc646b
--- /dev/null
+++ b/roms/u-boot/board/mqmaker/miqi_rk3288/miqi-rk3288.c
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * (C) Copyright 2016 Rockchip Electronics Co., Ltd
+ */
+