]> git.ipfire.org Git - thirdparty/u-boot.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)
commitaf53f5aafcbbe1ba97264a0262067657f3dc8c34
tree5094997018f43c79ea6b08f7c92712f340b0cc71
parentfa80c25c09a6c59be4df9c42b4a02538d8a07382
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