]> git.baikalelectronics.ru Git - uboot.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)
commit5e9f98231e67a0666835f2d6d4a2527143bf0388
treee9f1c49869c3733731f09ad510ab50d9e8344db2
parent4909896035f9755251cc8e9120fabe219f4282f1
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