commit | f6b64815dda947090f112bd4f7e0e430a16b48d7 | [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 | 2b6ed5e92e3b29fbfa3a966433d4bbc2ec1e9c58 [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>