
14 May
2016
14 May
'16
9:34 p.m.
On 1 May 2016 at 11:35, Simon Glass sjg@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@chromium.org
Changes in v2:
- Tweak the cast
include/iotrace.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
Applied to u-boot-dm.