commit | 479dd30f4ac3a8ef417a9aafed24c0cad8a866be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 20:36:20 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:17 2020 -0700 |
tree | 005d729338886353043d0678e999f32e6f0037e4 | |
parent | 6a4ccad8e0cb42d53ff7016c1d9cd53b87e4347a [diff] |
patman: Drop tools.ToChar() and ToChars() This is useful anymore, since we always want to call chr() in Python 3. Drop it and adjust callers to use chr(). Also drop ToChars() which is no-longer used. Signed-off-by: Simon Glass <sjg@chromium.org>