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)
commit1edef7693b576f7ab208a697bb01f033b68041fb
treedb72abbd86457e1c14ff1ee22b1c5ff4b9559893
parent38a671d21ed8ab11095476087c1e21e49569aec4
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