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 | c53a3470347db3b258d2fc83874c5e49b384e54d (patch) | |
tree | d9a07561a14f43ee0bcb50837a13c09a42158583 /target/linux/mvebu/image/Makefile | |
parent | 58f8c5d87af45f75ae5be795e05b0f442a7e5803 (diff) | |
download | upstream-c53a3470347db3b258d2fc83874c5e49b384e54d.tar.gz upstream-c53a3470347db3b258d2fc83874c5e49b384e54d.tar.bz2 upstream-c53a3470347db3b258d2fc83874c5e49b384e54d.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>
SVN-Revision: 35179
Diffstat (limited to 'target/linux/mvebu/image/Makefile')
-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 |