commit | 7e7c8776472b3009d29848a2e004aea1a96b8a19 | [log] [tgz] |
---|---|---|
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | Wed May 04 14:20:04 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Fri May 27 10:01:07 2016 -0400 |
tree | 2e15ae2288084dc8ad25376191072037f47a6766 | |
parent | 10172f399d277887a80c1004b0a40b2aa4b32c19 [diff] |
cmd: replace the cast of the memory access to a fixed bit type in itest This patch fixes a bug that long word(.l) memory access in 'itest' command reads the 8bytes of the actual memory on 64-bit architecture. The cast to the memory pointer should use a fixed bit type. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>