commit | 487f917c76ffd8bde643ac41c53f67d225824f71 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Tue Oct 22 10:05:22 2019 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sun Oct 27 13:01:53 2019 -0600 |
tree | 1d22f0e91bf9091b7da037584cf12fa37f7b0ed4 | |
parent | 5f09a2d29b5ffdfb01d49fc9b29dba5b9953d03d [diff] |
fdt: Fix alignment issue when reading 64-bits properties from fdt The FDT specification [0] gives a requirement of aligning properties on 32-bits. Make sure that the compiler is aware of this constraint when accessing 64-bits properties. [0]: https://github.com/devicetree-org/devicetree-specification/blob/master/source/flattened-format.rst Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>