]> git.sur5r.net Git - u-boot/blobdiff - tools/binman/cmdline.py
binman: Add support for outputing a map file
[u-boot] / tools / binman / cmdline.py
index e9e0434ab36b2da9a6e4440ffa1518969e31a175..bf63919eb79244bfa7692f9b130dfc88cefe6480 100644 (file)
@@ -30,6 +30,8 @@ def ParseArgs(argv):
             help='Add a path to a directory to use for input files')
     parser.add_option('-H', '--full-help', action='store_true',
         default=False, help='Display the README file')
+    parser.add_option('-m', '--map', action='store_true',
+        default=False, help='Output a map file for each image')
     parser.add_option('-O', '--outdir', type='string',
         action='store', help='Path to directory to use for intermediate and '
         'output files')