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
commit6111884b1c95f81a876f5c3ae2bfcb864bf9af4d (patch)
tree737928207b1a8e63f218c8873eb398caccd64b1b /tools/firmware-utils/src/imagetag.ggo
parent4ecf7d09a15c2cd95ea470075d5ffdafbc400534 (diff)
downloadmaster-187ad058-6111884b1c95f81a876f5c3ae2bfcb864bf9af4d.tar.gz
master-187ad058-6111884b1c95f81a876f5c3ae2bfcb864bf9af4d.tar.bz2
master-187ad058-6111884b1c95f81a876f5c3ae2bfcb864bf9af4d.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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31875 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, 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