]> git.baikalelectronics.ru Git - uboot.git/commit
cmd/i2c.c: Remove unused legacy code
authorTom Rini <trini@konsulko.com>
Thu, 19 Aug 2021 03:12:31 +0000 (23:12 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Aug 2021 18:10:07 +0000 (14:10 -0400)
commit8e8352cd763afa761643570a3d786b3155ad0560
treedb72abbd86457e1c14ff1ee22b1c5ff4b9559893
parentf23fc128b7eb0676e8c236f0a6b9882f6b7b638e
cmd/i2c.c: Remove unused legacy code

There are no longer any cases where we are neither SYS_I2C_LEGACY nor
DM_I2C.  Remove these code paths.

Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/i2c.c