commit | 36c4a7c120c019c3bcb2adc61e400cfa0e69077b | [log] [tgz] |
---|---|---|
author | Bradley Bolen <bradleybolen@gmail.com> | Tue Dec 13 12:49:53 2016 -0500 |
committer | Heiko Schocher <hs@denx.de> | Mon Dec 19 09:32:00 2016 +0100 |
tree | a6e4bb03781550270eca4d4ec7714af806179420 | |
parent | f88b8cc969367fb949cef2bc6a921381477fbc2e [diff] |
i2c: mv_i2c.c: Correct address endianness 0c0f719ad2f46c8566a56daee37ebdb7c078c3b1 accidentally changed the endianness of the i2c read and write addresses. This was noticable when accessing EEPROMs that use 2 byte addressing as the LSB was being sent first. Signed-off-by: Bradley Bolen <bradleybolen@gmail.com> Reviewed-by: Stefan Roese <sr@denx.de>