diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-07-29 18:29:27 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-07-31 15:37:24 +0200 |
commit | 3340eab26d89176dd0bf543e6d2590665c577423 (patch) | |
tree | 1395a82048fb5af840683e28835837caa580d81c /board/sunxi/Makefile | |
parent | cb4ccf2f21468aabd877495cff22c2117c98f8c6 (diff) | |
download | u-boot-imx-3340eab26d89176dd0bf543e6d2590665c577423.zip u-boot-imx-3340eab26d89176dd0bf543e6d2590665c577423.tar.gz u-boot-imx-3340eab26d89176dd0bf543e6d2590665c577423.tar.bz2 |
sun7i: Add bananapi board
The Banana Pi is an A20 based development board using Raspberry Pi compatible
IO headers. It comes with 1 GB RAM, 1 Gb ethernet, 2x USB host, sata, hdmi
and stereo audio out + various expansion headers:
http://www.lemaker.org/
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 3fc7513..cf001e7 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -19,6 +19,7 @@ obj-$(CONFIG_A20_OLINUXINO_M) += dram_sun7i_384_1024_iow16.o # This is not a typo, uses the same mem settings as the a10s-olinuxino-m obj-$(CONFIG_AUXTEK_T004) += dram_a10s_olinuxino_m.o obj-$(CONFIG_BA10_TV_BOX) += dram_sun4i_384_1024_iow8.o +obj-$(CONFIG_BANANAPI) += dram_bananapi.o obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o obj-$(CONFIG_CUBIEBOARD2) += dram_cubieboard2.o obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o |