summaryrefslogtreecommitdiffstats
path: root/board/sunxi/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-01-17 22:31:30 +0100
committerHans de Goede <hdegoede@redhat.com>2015-01-22 12:34:56 +0100
commit6c46c8e890a6625455efcbfc5ad13917c1f4b61e (patch)
tree63c7da6200d42f94d37f1eadfaefd691e812361a /board/sunxi/Makefile
parent3a1c223f1902fab71558d5420a97bcc778b189a1 (diff)
downloadtalos-obmc-uboot-6c46c8e890a6625455efcbfc5ad13917c1f4b61e.tar.gz
talos-obmc-uboot-6c46c8e890a6625455efcbfc5ad13917c1f4b61e.zip
sunxi: Add mk802_a10s board / defconfig
The mk802_a10s re-uses is the "classic" mk802 case and functionality, but has an A10s SoC inside rather then the A10, it features 512M or 1G RAM, 4G nand, a mini-hdmi female connector, USB-A receptacle, mini-usb receptacle (OTG) and a sdio realtek wifi chip. Unlike the original mk802 it does have a pmic, the axp152. For more details see: http://linux-sunxi.org/Semitime_g2 Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'board/sunxi/Makefile')
-rw-r--r--board/sunxi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile
index f838e7beaf..feb439acd3 100644
--- a/board/sunxi/Makefile
+++ b/board/sunxi/Makefile
@@ -26,6 +26,7 @@ obj-$(CONFIG_TARGET_CUBIEBOARD2) += dram_cubieboard2.o
obj-$(CONFIG_TARGET_CUBIETRUCK) += dram_cubietruck.o
obj-$(CONFIG_TARGET_I12_TVBOX) += dram_sun7i_384_1024_iow16.o
obj-$(CONFIG_TARGET_MELE_M3) += dram_sun7i_384_1024_iow16.o
+obj-$(CONFIG_TARGET_MK802_A10S) += dram_sun5i_auto.o
obj-$(CONFIG_TARGET_MSI_PRIMO73) += dram_sun7i_384_1024_iow16.o
obj-$(CONFIG_TARGET_PCDUINO3) += dram_linksprite_pcduino3.o
obj-$(CONFIG_TARGET_QT840A) += dram_sun7i_384_512_busw16_iow16.o
OpenPOWER on IntegriCloud