X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fbinman%2Fcmdline.py;h=bf63919eb79244bfa7692f9b130dfc88cefe6480;hb=3b0c3821d6401106cc873a6c27a8ee31a8d466a4;hp=e9e0434ab36b2da9a6e4440ffa1518969e31a175;hpb=7ae5f315b34454d1a993e7e96e94d26da6e28e6c;p=u-boot diff --git a/tools/binman/cmdline.py b/tools/binman/cmdline.py index e9e0434ab3..bf63919eb7 100644 --- a/tools/binman/cmdline.py +++ b/tools/binman/cmdline.py @@ -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')