diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:40 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-01-15 19:55:40 +0000 |
commit | 6bb129dcc23538773335955913ff6c3f2202c23d (patch) | |
tree | d2cee400b2874b272ef39b0bc99a24c6bf328dcd /target/linux/mvebu/image | |
parent | 8f583da9df1d2bdc06e4ba62e51769156e7f9443 (diff) | |
download | upstream-6bb129dcc23538773335955913ff6c3f2202c23d.tar.gz upstream-6bb129dcc23538773335955913ff6c3f2202c23d.tar.bz2 upstream-6bb129dcc23538773335955913ff6c3f2202c23d.zip |
mvebu: add support for the Marvell Armada 370 Reference Design board
Keep the patches in sync with the upstream developments.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 44596beee4..bc2dbf6025 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -7,7 +7,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -TARGET_DTBS := armada-xp-db armada-370-db armada-xp-openblocks-ax3-4 armada-370-mirabox +TARGET_DTBS := armada-xp-db armada-370-db armada-xp-openblocks-ax3-4 armada-370-mirabox \ + armada-370-rd LOADADDR:=0x00008000 |