]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Use byte type instead of str in fdt
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:36 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit4473db90859d6b1215acc7349d7e4e80605bd766
treeb5c766842c96dfec029dcef48251e0462c6f913f
parent78ec372738dd8ea1845c725d41beb23df9ca7a48
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>
tools/dtoc/fdt.py
tools/dtoc/test_fdt.py
tools/patman/tools.py