commit | 1cd4008607eb551bbd021591355476dbffb355de | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri May 17 22:00:36 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 10 16:52:58 2019 -0600 |
tree | b5c766842c96dfec029dcef48251e0462c6f913f | |
parent | d8f593ffe289fb8546e47c213c51f3ff598045c2 [diff] |
dtoc: Use byte type instead of str in fdt In Python 3 bytes and str are separate types. Use bytes to ensure that the code functions correctly with Python 3. Signed-off-by: Simon Glass <sjg@chromium.org>