commit | 19c969ba37aec564445b6f24b8d85918b12ba6be | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:33 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:29:37 2021 -0400 |
tree | ef3d32df756998d3571ffbdeb1247361437943c3 | |
parent | 69d9eda4da13ecabb8002fce0dded4bba3bff9f9 [diff] |
i2c: Fix the migration warning While there is a CONFIG_I2C it does not really mean anything and is defined by only a few dozen boards. This should key off CONFIG_SYS_I2C_LEGACY instead. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Heiko Schocher <hs@denx.de>