On 27 September 2016 at 09:03, Paul Burton <[email protected]> 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 <[email protected]> > Acked-by: Simon Glass <[email protected]> > --- > > Changes in v2: None > > tools/dtoc/fdt_util.py | 3 +++ > 1 file changed, 3 insertions(+)
Applied to u-boot-dm, thanks! _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

