summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/imagetag_cmdline.h
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-04-15 12:18:25 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-04-15 12:18:25 +0000
commitf83c5938d2ddc50aec789eed49b70eb642889ef0 (patch)
treec35a4464fed588160db35f3aeb813b1618ebc41c /tools/firmware-utils/src/imagetag_cmdline.h
parentff1bc5c29d59db7246a362c4b93b61b72fe8e4e6 (diff)
downloadmaster-31e0f0ae-f83c5938d2ddc50aec789eed49b70eb642889ef0.tar.gz
master-31e0f0ae-f83c5938d2ddc50aec789eed49b70eb642889ef0.tar.bz2
master-31e0f0ae-f83c5938d2ddc50aec789eed49b70eb642889ef0.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> SVN-Revision: 26680
Diffstat (limited to 'tools/firmware-utils/src/imagetag_cmdline.h')
-rw-r--r--tools/firmware-utils/src/imagetag_cmdline.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/firmware-utils/src/imagetag_cmdline.h b/tools/firmware-utils/src/imagetag_cmdline.h
index a389148417..c566a9f293 100644
--- a/tools/firmware-utils/src/imagetag_cmdline.h
+++ b/tools/firmware-utils/src/imagetag_cmdline.h
@@ -104,9 +104,6 @@ struct gengetopt_args_info
char * inactive_arg; /**< @brief Inactive Flag (2=not-specified). (default='2'). */
char * inactive_orig; /**< @brief Inactive Flag (2=not-specified). original value given at command line. */
const char *inactive_help; /**< @brief Inactive Flag (2=not-specified). help description. */
- char * reserved1_arg; /**< @brief String for first reserved section.. */
- char * reserved1_orig; /**< @brief String for first reserved section. original value given at command line. */
- const char *reserved1_help; /**< @brief String for first reserved section. help description. */
char * reserved2_arg; /**< @brief String for second reserved section.. */
char * reserved2_orig; /**< @brief String for second reserved section. original value given at command line. */
const char *reserved2_help; /**< @brief String for second reserved section. help description. */
@@ -137,7 +134,6 @@ struct gengetopt_args_info
unsigned int rsa_signature_given ; /**< @brief Whether rsa-signature was given. */
unsigned int second_image_flag_given ; /**< @brief Whether second-image-flag was given. */
unsigned int inactive_given ; /**< @brief Whether inactive was given. */
- unsigned int reserved1_given ; /**< @brief Whether reserved1 was given. */
unsigned int reserved2_given ; /**< @brief Whether reserved2 was given. */
unsigned int kernel_file_has_header_given ; /**< @brief Whether kernel-file-has-header was given. */