commit | 252ac589969acbc4c17379a4e862a18e1518d12d | [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 | 82e0e732ee2cf6d0e125aeb7ed7de69711f35ec8 [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>