]> git.baikalelectronics.ru Git - uboot.git/commit
dtoc: Fixed endianness in Prop.GetEmpty()
authorSimon Glass <sjg@chromium.org>
Fri, 14 Sep 2018 10:57:14 +0000 (04:57 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 28 Sep 2018 17:09:01 +0000 (11:09 -0600)
commit6423d9db0b575df90e35d568b891b2ff515665e9
tree5094997018f43c79ea6b08f7c92712f340b0cc71
parentc5a41f56febdb7def6d19d981ee2dfb3d19d5935
dtoc: Fixed endianness in Prop.GetEmpty()

This should be big endian, since that is what device tree uses. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/dtoc/fdt.py