commit | 13e1c6a77bc36beded695283c20007784c78837f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:49 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | 67151c11a5619a1768627303f21d94b10bc06acd | |
parent | 616933dd477e2197338e9ed1a230a86bfbee275c [diff] |
binman: Update 'text' entry for Python 3 This code reads a binary value and then uses it as a string to look up another value. Add conversions to make this work as expected on Python 3. Signed-off-by: Simon Glass <sjg@chromium.org>