]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cmd_i2c: change variable type for 10bit addressing support
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Fri, 19 Dec 2014 18:34:23 +0000 (03:34 +0900)
committerSimon Glass <sjg@chromium.org>
Fri, 30 Jan 2015 00:09:49 +0000 (17:09 -0700)
commit5468461d1ea05ff99cf206939293480cc86fd2ec
tree3595c82a929f1f3e0a3c62d26bfb394ece2189d0
parent233e42a985ce1e2ed2c33fbc2bee525a5cacdda9
cmd_i2c: change variable type for 10bit addressing support

To store 10bit chip address, the variable type should not be uchar,
but uint.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher<hs@denx.de>
common/cmd_i2c.c