diff options
author | Tom Rini | 2021-08-18 23:12:25 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-30 14:10:07 -0400 |
commit | 52c7e375966ee6e9af6a3d78092122d26a0e0184 (patch) | |
tree | 8ea4580a95632d3574675619c57fbadeddb357ba /include/configs/ls2080ardb.h | |
parent | 55dabcc8f24598e2777f663de09ab55fbe1269da (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>
Diffstat (limited to 'include/configs/ls2080ardb.h')
-rw-r--r-- | include/configs/ls2080ardb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ls2080ardb.h b/include/configs/ls2080ardb.h index 9438af897dd..6362b7f8f0b 100644 --- a/include/configs/ls2080ardb.h +++ b/include/configs/ls2080ardb.h @@ -13,9 +13,6 @@ #ifdef CONFIG_TARGET_LS2081ARDB #define CONFIG_QIXIS_I2C_ACCESS #endif -#if !CONFIG_IS_ENABLED(DM_I2C) -#define CONFIG_SYS_I2C_EARLY_INIT -#endif #endif #define I2C_MUX_CH_VOL_MONITOR 0xa |