[U-Boot] [PATCH v2 05/44] Allow iotrace byte access to use an address of any size
Simon Glass
sjg at chromium.org
Sat May 14 21:34:33 CEST 2016
On 1 May 2016 at 11:35, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2:
> - Tweak the cast
>
> include/iotrace.h | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list