]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mod_i2c_mem() bugfix
authorPeter Tyser <ptyser@xes-inc.com>
Fri, 15 Aug 2008 19:36:32 +0000 (14:36 -0500)
committerWolfgang Denk <wd@denx.de>
Wed, 20 Aug 2008 23:35:09 +0000 (01:35 +0200)
commit0800707b6d5041a840a65d556032c15c584b55f8
tree626e4a9c0e03aef63af2f68e64be991568e77e0e
parent4afbef967275b2f636abae86f91b81becee7ad03
mod_i2c_mem() bugfix

The last used chip, address, and address length were not being
stored for the imm and imn commands.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
common/cmd_i2c.c