commit | f45d374b630f7b4df7134ba7939b73310a7798da | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jan 29 14:14:17 2022 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 09 12:30:13 2022 -0700 |
tree | c17e36e0f9590e6de59f812066e6649c22be0000 | |
parent | 1f1e83032aab35e0cde36efd65911c8298488cc1 [diff] |
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>