]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Rename Color() method to build()
authorSimon Glass <sjg@chromium.org>
Sat, 29 Jan 2022 21:14:17 +0000 (14:14 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Feb 2022 19:30:13 +0000 (12:30 -0700)
commitb175e5c9809b1cd1f7fc2bb004e22c1d160fa43d
treec17e36e0f9590e6de59f812066e6649c22be0000
parent4f531f5b228af752733b505570b7e1762fab5279
patman: Rename Color() method to build()

This method has the same name as its class which is confusing. It is also
annoying when searching the code.

It builds a string with a colour, so rename it to build().

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bintool.py
tools/buildman/builder.py
tools/buildman/control.py
tools/buildman/test.py
tools/buildman/toolchain.py
tools/patman/checkpatch.py
tools/patman/control.py
tools/patman/gitutil.py
tools/patman/series.py
tools/patman/terminal.py
tools/patman/tout.py