diff options
author | Ian Campbell | 2014-06-05 19:00:14 +0100 |
---|---|---|
committer | Ian Campbell | 2014-07-18 19:42:23 +0100 |
commit | 5c58f8b685fbb201fd93af2a010eecd26c78bb4e (patch) | |
tree | a303921d921a25d616bdb50ea67c8fcd293da687 /board/sunxi/Makefile | |
parent | b41d7d05b7a7ab56d961c144ca93b15de0fc4308 (diff) |
sunxi: add Cubieboard2 support
This is a sun7i (A20) based followup to the sun4i (A10)
Cubieboard. It has GMAC using MII mode.
Signed-off-by: Ian Campbell <ijc@hellion.org.uk>
Acked-by: Hans de Goede <hdegoede@redhat.com>
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 708363290a0..62acb8ff27a 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -12,5 +12,6 @@ obj-y += board.o obj-$(CONFIG_SUNXI_GMAC) += gmac.o obj-$(CONFIG_A13_OLINUXINOM) += dram_a13_oli_micro.o obj-$(CONFIG_CUBIEBOARD) += dram_cubieboard.o +obj-$(CONFIG_CUBIEBOARD2) += dram_cubieboard2.o obj-$(CONFIG_CUBIETRUCK) += dram_cubietruck.o obj-$(CONFIG_R7DONGLE) += dram_r7dongle.o |