diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-02-05 11:34:21 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-02-05 11:34:21 +0000 |
commit | 9be491f084dcbcc8d4e0dcff5c61f604fb3299b4 (patch) | |
tree | 40f69db117348ccf7ad02ed47252834be85e1e08 /target/linux/mvebu/image/Makefile | |
parent | 3019f7ecbde367ffc902533e3cd2cd36ccba5c53 (diff) | |
download | upstream-9be491f084dcbcc8d4e0dcff5c61f604fb3299b4.tar.gz upstream-9be491f084dcbcc8d4e0dcff5c61f604fb3299b4.tar.bz2 upstream-9be491f084dcbcc8d4e0dcff5c61f604fb3299b4.zip |
mvebu: add Armada 385 DB AP support
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44266
Diffstat (limited to 'target/linux/mvebu/image/Makefile')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 19d7069b67..3cf3500858 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -128,6 +128,7 @@ endef # Boards with NAND, without subpages $(eval $(call NANDProfile,370-DB,armada-370-db,512KiB,4096)) $(eval $(call NANDProfile,370-RD,armada-370-rd,512KiB,4096)) +$(eval $(call NANDProfile,385-DB-AP,armada-385-db-ap,256KiB,4096)) $(eval $(call NANDProfile,Mirabox,armada-370-mirabox,512KiB,4096)) $(eval $(call NANDProfile,XP-DB,armada-xp-db,512KiB,4096)) $(eval $(call NANDProfile,XP-GP,armada-xp-gp,512KiB,4096)) |