summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:22 +0000
committerJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:22 +0000
commitb0ffeb0021a1a853bca7df80445652ef909f601f (patch)
tree18ddf157e9d684d0bc4fbaebff88b369b363ed95 /target/linux/brcm63xx/image
parentb31108e0a8b1a747c07ddefbd688436e7d604830 (diff)
downloadmtk-20170518-b0ffeb0021a1a853bca7df80445652ef909f601f.zip
mtk-20170518-b0ffeb0021a1a853bca7df80445652ef909f601f.tar.gz
mtk-20170518-b0ffeb0021a1a853bca7df80445652ef909f601f.tar.bz2
bcm63xx: pad Speedport W303 V images to 4 MiB
Prevents CFE from flashing to the second image offset. Fix up the rootfs length on first boot else CFE will complain. SVN-Revision: 31876
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r--target/linux/brcm63xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile
index f82647e..303003c 100644
--- a/target/linux/brcm63xx/image/Makefile
+++ b/target/linux/brcm63xx/image/Makefile
@@ -93,7 +93,7 @@ define Image/Build/SPW303V
--output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin.tmp \
--boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \
--load-addr $(LOADADDR) --rsa-signature "$(5)" \
- $(6) $(7) $(8) $(9)
+ --pad 4 $(6) $(7) $(8) $(9)
# Fix up header
$(STAGING_DIR_HOST)/bin/spw303v -i $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin.tmp \
-o $(BIN_DIR)/openwrt-$(4)-$(1)-cfe-sysupgrade.bin