summaryrefslogtreecommitdiffstats
path: root/board/sunxi/Makefile
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-06-09 11:36:57 +0200
committerIan Campbell <ijc@hellion.org.uk>2014-07-06 20:12:44 +0100
commit745325a97d172a71dea4ec7528224ed63973d601 (patch)
treed71f3e1391a43172f40644c81518648cc437f04f /board/sunxi/Makefile
parentc7e79dec85f324565cee03f5be1d1a7765481573 (diff)
downloadtalos-obmc-uboot-745325a97d172a71dea4ec7528224ed63973d601.tar.gz
talos-obmc-uboot-745325a97d172a71dea4ec7528224ed63973d601.zip
sunxi: Add sun4i support
Add support for the Allwinner A10 SoC also known as the Allwinner sun4i family, and add the Cubieboard board which uses the A10 SoC. Compared to sun7 only the DRAM controller is a bit different: -Controller reset bits are inverted, but only for Rev. A -Different hpcr values -No MBUS on sun4i -Various other initialization changes Signed-off-by: Henrik Nordstrom <henrik@henriknordstrom.net> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Oliver Schinagl <oliver@schinagl.nl> 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 cbf8f086a9..4902d70834 100644
--- a/board/sunxi/Makefile
+++ b/board/sunxi/Makefile
@@ -10,4 +10,5 @@
#
obj-y += board.o
obj-$(CONFIG_SUNXI_GMAC) += gmac.o
+obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o
obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o
OpenPOWER on IntegriCloud