summaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-04-12 17:29:50 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-04-12 17:29:50 +0000
commitb0ad24f0d5bce342b432dd3a8bbaca7892c7b165 (patch)
treefe5ed8b7a900a0c68c4c83c2300a116ec179c0ca /package/boot
parent2dbe131a6262a3b6d18a167e6f85d1b98c6dd285 (diff)
downloadmaster-31e0f0ae-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.tar.gz
master-31e0f0ae-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.tar.bz2
master-31e0f0ae-b0ad24f0d5bce342b432dd3a8bbaca7892c7b165.zip
mvebu: migrate mamba support to the upstreamed code
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45400
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-envtools/files/mvebu2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/mvebu b/package/boot/uboot-envtools/files/mvebu
index 1b1f5ff21d..04dfa20e99 100644
--- a/package/boot/uboot-envtools/files/mvebu
+++ b/package/boot/uboot-envtools/files/mvebu
@@ -14,7 +14,7 @@ touch /etc/config/ubootenv
board=$(mvebu_board_name)
case "$board" in
-"armada-xp-mamba")
+"armada-xp-linksys-mamba")
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x20000"
;;
esac