[U-Boot] [PATCH 9/9] sun6i: Add Mele M9 board

Hans de Goede hdegoede at redhat.com
Mon Nov 3 16:34:34 CET 2014


Signed-off-by: Hans de Goede <hdegoede at redhat.com>
---
 board/sunxi/Kconfig       | 4 ++++
 board/sunxi/MAINTAINERS   | 1 +
 configs/Mele_M9_defconfig | 9 +++++++++
 3 files changed, 14 insertions(+)
 create mode 100644 configs/Mele_M9_defconfig

diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index df47863..f60da9d 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -113,6 +113,10 @@ config TARGET_MELE_M3
 	bool "MELE_M3"
 	depends on MACH_SUN7I
 
+config TARGET_MELE_M9
+	bool "MELE_M9"
+	depends on MACH_SUN6I
+
 config TARGET_MINI_X_1GB
 	bool "MINI_X_1GB"
 	depends on MACH_SUN4I
diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS
index b3c77a8..ca03002 100644
--- a/board/sunxi/MAINTAINERS
+++ b/board/sunxi/MAINTAINERS
@@ -9,6 +9,7 @@ F:	configs/Cubieboard_defconfig
 F:	configs/Mele_A1000_defconfig
 F:	configs/Mele_A1000G_defconfig
 F:	configs/Mele_M3_defconfig
+F:	configs/Mele_M9_defconfig
 F:	configs/Mini-X_defconfig
 F:	configs/Mini-X-1Gb_defconfig
 F:	include/configs/sun5i.h
diff --git a/configs/Mele_M9_defconfig b/configs/Mele_M9_defconfig
new file mode 100644
index 0000000..8cad212
--- /dev/null
+++ b/configs/Mele_M9_defconfig
@@ -0,0 +1,9 @@
+CONFIG_SPL=y
+CONFIG_SYS_EXTRA_OPTIONS="AXP221_POWER"
+CONFIG_FDTFILE="sun6i-a31-m9.dtb"
+CONFIG_VIDEO=n
+CONFIG_USB_KEYBOARD=n
++S:CONFIG_ARM=y
++S:CONFIG_ARCH_SUNXI=y
++S:CONFIG_MACH_SUN6I=y
++S:CONFIG_TARGET_MELE_M9=y
-- 
2.1.0



More information about the U-Boot mailing list