commit | 66823e1e7fb6bdfa86cdb6f686713ddffb057318 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:35:53 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | 3708b07a6f480829c0ba9a2c6a8fe9a2c478efc4 | |
parent | 85ee165ae609d6698e7143902c26549b5f016a5d [diff] |
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>