Home
last modified time | relevance | path

Searched hist:"709 e98b7b2461c2535d4ac2bb0311c3b3f53dbbb" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Diotrace.h709e98b7b2461c2535d4ac2bb0311c3b3f53dbbb Sun May 01 17:35:53 UTC 2016 Simon Glass <sjg@chromium.org> Allow iotrace byte access to use an address of any size

If an address is used with readb() and writeb() which is smaller than the
expected size (e.g. 32-bit value on a machine with 64-bit addresses), a
warning results. Fix this by adding a cast.

Signed-off-by: Simon Glass <sjg@chromium.org>