X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fbinman%2Fcontrol.py;h=92434729061c1669c656975846ecd1c8747569cf;hb=3b0c3821d6401106cc873a6c27a8ee31a8d466a4;hp=ffa2bbd80f69a2a11870f215d56dc466016c5117;hpb=15616a0aa58173bce1efe47569bf2e10d023ae9c;p=u-boot diff --git a/tools/binman/control.py b/tools/binman/control.py index ffa2bbd80f..9243472906 100644 --- a/tools/binman/control.py +++ b/tools/binman/control.py @@ -1,8 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ # Copyright (c) 2016 Google, Inc # Written by Simon Glass # -# SPDX-License-Identifier: GPL-2.0+ -# # Creates binary images from input files controlled by a description # @@ -113,6 +112,8 @@ def Binman(options, args): image.ProcessEntryContents() image.WriteSymbols() image.BuildImage() + if options.map: + image.WriteMap() finally: tools.FinaliseOutputDir() finally: