aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/src/imagetag.ggo
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:19 +0000
committerJonas Gorski <jogo@openwrt.org>2012-05-27 13:22:19 +0000
commitb31108e0a8b1a747c07ddefbd688436e7d604830 (patch)
tree5d668e1907b27abe90ca5949be218265a759f6b9 /tools/firmware-utils/src/imagetag.ggo
parent226b030e4472a095faf9d48dd8b2e07556ab8b24 (diff)
downloadupstream-b31108e0a8b1a747c07ddefbd688436e7d604830.tar.gz
upstream-b31108e0a8b1a747c07ddefbd688436e7d604830.tar.bz2
upstream-b31108e0a8b1a747c07ddefbd688436e7d604830.zip
tools: imagetag: add parameter for padding images
Allow images to be padded to a certain size. This prevents CFE from flashing them to the second image offset. SVN-Revision: 31875
Diffstat (limited to 'tools/firmware-utils/src/imagetag.ggo')
-rw-r--r--tools/firmware-utils/src/imagetag.ggo1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/src/imagetag.ggo b/tools/firmware-utils/src/imagetag.ggo
index 7e8e7d90e3..7c9f943c6d 100644
--- a/tools/firmware-utils/src/imagetag.ggo
+++ b/tools/firmware-utils/src/imagetag.ggo
@@ -42,3 +42,4 @@ option "second-image-flag" - "Dual Image Flag (2=not-specified)." values="0", "1
option "inactive" - "Inactive Flag (2=not-specified)." values="0", "1", "2" default="2" typestr="flag-value" 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
+option "pad" p "Pad the image to this size if smaller (in MiB)" int typestr="size (in MiB)" optional