aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/imagetag.ggo
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2011-04-15 12:18:25 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2011-04-15 12:18:25 +0000
commitb2ae50ed2791c7ca9ee1d4592259829e0941f9c3 (patch)
treebe3eed32a0f0f4abc6895b3890ee1276d15d3a42 /tools/firmware-utils/src/imagetag.ggo
parent9c505aa1f616514d031341e6fb1d2262b506a9d3 (diff)
downloadupstream-b2ae50ed2791c7ca9ee1d4592259829e0941f9c3.tar.gz
upstream-b2ae50ed2791c7ca9ee1d4592259829e0941f9c3.tar.bz2
upstream-b2ae50ed2791c7ca9ee1d4592259829e0941f9c3.zip
bcm63xx: Move the OpenWrt rootfs length field
Dual image capable CFEs store an image sequence at the same place as currently OpenWrt stores the actual rootfs length, so it will get overwritten when flashing through such a CFE. To prevent this from happening, move the rootfs length field to the next four bytes, thus completely using the reserved1 field. Since the reserved1 field is now completely in use, it does not make sense to allow it to be set from the imagetag utility, so remove the option. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26680 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/src/imagetag.ggo')
-rw-r--r--tools/firmware-utils/src/imagetag.ggo1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/firmware-utils/src/imagetag.ggo b/tools/firmware-utils/src/imagetag.ggo
index 4b9d5d361e..7e8e7d90e3 100644
--- a/tools/firmware-utils/src/imagetag.ggo
+++ b/tools/firmware-utils/src/imagetag.ggo
@@ -40,6 +40,5 @@ option "root-first" - "Put the rootfs before the kernel (only for stock images,
option "rsa-signature" r "String for RSA Signature section." string optional
option "second-image-flag" - "Dual Image Flag (2=not-specified)." values="0", "1", "2" default="2" typestr="flag-value" optional
option "inactive" - "Inactive Flag (2=not-specified)." values="0", "1", "2" default="2" typestr="flag-value" optional
-option "reserved1" - "String for first reserved section." string optional
option "reserved2" - "String for second reserved section." string optional
option "kernel-file-has-header" - "Indicates that the kernel file includes the kernel header with correct load address and entry point, so no changes are needed" flag off