]> git.ipfire.org Git - thirdparty/u-boot.git/commit
eeprom: Add device model based I2C support to eeprom command
authorLukasz Majewski <lukma@denx.de>
Wed, 21 Nov 2018 22:40:43 +0000 (23:40 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Dec 2018 15:44:10 +0000 (10:44 -0500)
commit0c07a9b4078d7a414674e5548c428994df1842bf
treee9f1c49869c3733731f09ad510ab50d9e8344db2
parent8ce7f2c11577a0353a1bc7ddeff3c751f66f3521
eeprom: Add device model based I2C support to eeprom command

After this change the 'eeprom' command can be used with DM aware boards.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
cmd/eeprom.c