
27 Sep
2016
27 Sep
'16
2:33 a.m.
On 26 September 2016 at 08:30, Paul Burton paul.burton@imgtec.com wrote:
On python 3.x struct.unpack will complain if we provide it with a string since it expects to operate on a bytes object. In order to satisfy this requirement, encode the string to a bytes object when running on python 3.x.
Signed-off-by: Paul Burton paul.burton@imgtec.com
tools/dtoc/fdt_util.py | 3 +++ 1 file changed, 3 insertions(+)
Acked-by: Simon Glass sjg@chromium.org