diff options
author | FUKAUMI Naoki <naobsd@gmail.com> | 2014-09-02 11:17:19 +0900 |
---|---|---|
committer | Ian Campbell <ijc@hellion.org.uk> | 2014-09-05 08:30:38 +0100 |
commit | b86d54b2c38a4beb97d580d7d9c8c6a5e57fc510 (patch) | |
tree | ee0ff3bce79529d237614cf435babe66ae34ad6e /board/sunxi/Makefile | |
parent | 98e214dde38c9656fa75c2284328f0a28453026e (diff) | |
download | u-boot-imx-b86d54b2c38a4beb97d580d7d9c8c6a5e57fc510.zip u-boot-imx-b86d54b2c38a4beb97d580d7d9c8c6a5e57fc510.tar.gz u-boot-imx-b86d54b2c38a4beb97d580d7d9c8c6a5e57fc510.tar.bz2 |
sun7i: Add support for Olimex A20-OLinuXino-LIME
This patch adds support for Olimex A20-OLinuXino-LIME board.
Signed-off-by: FUKAUMI Naoki <naobsd@gmail.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 cf001e7..56073a0 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -15,6 +15,7 @@ obj-$(CONFIG_A10_OLINUXINO_L) += dram_a10_olinuxino_l.o obj-$(CONFIG_A10S_OLINUXINO_M) += dram_a10s_olinuxino_m.o obj-$(CONFIG_A13_OLINUXINO) += dram_a13_olinuxino.o obj-$(CONFIG_A13_OLINUXINOM) += dram_a13_oli_micro.o +obj-$(CONFIG_A20_OLINUXINO_L) += dram_a20_olinuxino_l.o 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 |