diff options
author | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:24 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-11-10 00:16:24 +0000 |
commit | 3ef14d0c3d425f403085ec1ff90ba1c289e0331b (patch) | |
tree | f56d3da2cf0301591bf7bd783829a21cea1d2bf5 /package/boot/uboot-envtools | |
parent | 49db4924d7f51bb1d730a1f63097b0beb6becad2 (diff) | |
download | upstream-3ef14d0c3d425f403085ec1ff90ba1c289e0331b.tar.gz upstream-3ef14d0c3d425f403085ec1ff90ba1c289e0331b.tar.bz2 upstream-3ef14d0c3d425f403085ec1ff90ba1c289e0331b.zip |
kirkwood: rework Linksys EA[34]500 DTS
- Use board engineering names rather than marketing names
- Linksys uses a dual firmware layout, where the bootloader
will switch to the other stored image when one fails to
boot three consecutive times.
In order to make this firmware compatible with the factory
images and the stock bootloader we must match this layout.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 47429
Diffstat (limited to 'package/boot/uboot-envtools')
-rw-r--r-- | package/boot/uboot-envtools/files/kirkwood | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/boot/uboot-envtools/files/kirkwood b/package/boot/uboot-envtools/files/kirkwood index 98f85dada2..1066371b7b 100644 --- a/package/boot/uboot-envtools/files/kirkwood +++ b/package/boot/uboot-envtools/files/kirkwood @@ -15,7 +15,7 @@ board=$(kirkwood_board_name) case "$board" in "ea3500") - ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x20000" + ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x4000" "0x4000" ;; "ea4500" | \ "guruplug-server-plus" | \ |