diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-18 23:12:25 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-30 14:10:07 -0400 |
commit | 52c7e375966ee6e9af6a3d78092122d26a0e0184 (patch) | |
tree | 8ea4580a95632d3574675619c57fbadeddb357ba /configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | |
parent | 55dabcc8f24598e2777f663de09ab55fbe1269da (diff) | |
download | u-boot-52c7e375966ee6e9af6a3d78092122d26a0e0184.tar.gz u-boot-52c7e375966ee6e9af6a3d78092122d26a0e0184.tar.bz2 u-boot-52c7e375966ee6e9af6a3d78092122d26a0e0184.zip |
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 'configs/ls2088ardb_qspi_SECURE_BOOT_defconfig')
-rw-r--r-- | configs/ls2088ardb_qspi_SECURE_BOOT_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig index 26c7074d18..09790e1144 100644 --- a/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig +++ b/configs/ls2088ardb_qspi_SECURE_BOOT_defconfig @@ -37,6 +37,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_DM=y CONFIG_SATA_CEVA=y CONFIG_SYS_I2C_LEGACY=y +CONFIG_SYS_I2C_EARLY_INIT=y CONFIG_SYS_I2C_EEPROM_ADDR=0x57 CONFIG_FSL_ESDHC=y CONFIG_MTD=y |