]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Tue, 26 Mar 2019 12:38:53 +0000 (13:38 +0100)
committerMarek Vasut <marex@denx.de>
Wed, 24 Apr 2019 22:00:49 +0000 (00:00 +0200)
commitdf019890727927dff4897787bcd21602dff32459
tree4b13cf6f29b181690b7b255d0db6a8283408e3e2
parent372729913014aa9466279128bfe901aaf4a323be
Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"

This reverts commit 69129104d298ac05a3ac6d5da61f9e46b2dbc62c.

The 'eeprom' command has been converted to work with DM_I2C in a patch
submitted around the same time as this commit:
commit 5e9f98231e67 ("eeprom: Add device model based I2C support to eeprom command")

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Heiko Schocher <hs@denx.de>
cmd/Kconfig