commit | 714482a6c37d92b1735c676a24dbd881a5b775e8 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed Aug 18 23:12:25 2021 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 30 14:10:07 2021 -0400 |
tree | 8ea4580a95632d3574675619c57fbadeddb357ba | |
parent | 52b2e263a67d032be7569b2b8345b89252d91199 [diff] |
Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig Convert SYS_I2C_EARLY_INIT to Kconfig, and make it depend on SPL_SYS_I2C_LEGACY. Remove the weak implementation as it's either something that needs to exist for real, or shouldn't be called. Signed-off-by: Tom Rini <trini@konsulko.com>