X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=tools%2Fmoveconfig.py;h=caa81ac2ed77af9e635c2b577e3838b314812cdc;hb=5f78786499593592bbd435445bd2d667de90fc5b;hp=e3116461bad0ec577b5081ff332077c5babdefe6;hpb=4d1c166fee4a34e8a7d8d05b2a4102c7c668726d;p=u-boot diff --git a/tools/moveconfig.py b/tools/moveconfig.py index e3116461ba..caa81ac2ed 100755 --- a/tools/moveconfig.py +++ b/tools/moveconfig.py @@ -1,9 +1,8 @@ #!/usr/bin/env python2 +# SPDX-License-Identifier: GPL-2.0+ # # Author: Masahiro Yamada # -# SPDX-License-Identifier: GPL-2.0+ -# """ Move config options from headers to defconfig files. @@ -1170,7 +1169,7 @@ class Slot: toolchain = self.toolchains.Select(arch) except ValueError: self.log += color_text(self.options.color, COLOR_YELLOW, - "Tool chain for '%s' is missing. Do nothing.\n % arch") + "Tool chain for '%s' is missing. Do nothing.\n" % arch) self.finish(False) return env = toolchain.MakeEnvironment(False)