commit | 1f752804720e9745a2aa4727d2ab13475d5211b7 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 21 14:43:12 2016 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sun Apr 24 09:53:55 2016 +0900 |
tree | f2e683243b94dda180d90d22b614600e31225349 | |
parent | 3eb13a8b7a7ee6c4d168b300a29643efc7d954dc [diff] |
ARM: uniphier: avoid unaligned access to DT on 64bit SoC Because DT properties are 4-byte aligned, the pointer access *(fdt64_t *) in this code causes unaligned access. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>