Home
last modified time | relevance | path

Searched hist:dafd64888c21abc43edbe7634b8edaacf9e2fe5c (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/cmd/
H A Ditest.cdafd64888c21abc43edbe7634b8edaacf9e2fe5c Wed May 04 05:20:04 UTC 2016 Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 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>