]> git.dujemihanovic.xyz Git - u-boot.git/commit
Convert CONFIG_SYS_I2C_EARLY_INIT to Kconfig
authorTom Rini <trini@konsulko.com>
Thu, 19 Aug 2021 03:12:25 +0000 (23:12 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 30 Aug 2021 18:10:07 +0000 (14:10 -0400)
commit52c7e375966ee6e9af6a3d78092122d26a0e0184
tree8ea4580a95632d3574675619c57fbadeddb357ba
parent55dabcc8f24598e2777f663de09ab55fbe1269da
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>
31 files changed:
arch/arm/include/asm/arch-fsl-layerscape/config.h
board/freescale/ls1028a/ls1028a.c
board/freescale/ls1043aqds/ls1043aqds.c
board/freescale/ls1046aqds/ls1046aqds.c
board/freescale/ls2080aqds/ls2080aqds.c
board/freescale/ls2080ardb/ls2080ardb.c
board/freescale/lx2160a/lx2160a.c
configs/ls1043aqds_qspi_defconfig
configs/ls1043aqds_sdcard_qspi_defconfig
configs/ls1043aqds_tfa_SECURE_BOOT_defconfig
configs/ls1043aqds_tfa_defconfig
configs/ls1046aqds_qspi_defconfig
configs/ls1046aqds_sdcard_qspi_defconfig
configs/ls1046aqds_tfa_SECURE_BOOT_defconfig
configs/ls1046aqds_tfa_defconfig
configs/ls1088aqds_defconfig
configs/ls1088aqds_sdcard_ifc_defconfig
configs/ls2080aqds_nand_defconfig
configs/ls2080aqds_qspi_defconfig
configs/ls2080aqds_sdcard_defconfig
configs/ls2081ardb_defconfig
configs/ls2088ardb_qspi_SECURE_BOOT_defconfig
configs/ls2088ardb_qspi_defconfig
drivers/i2c/Kconfig
drivers/i2c/i2c_core.c
include/configs/ls1043aqds.h
include/configs/ls1046aqds.h
include/configs/ls1088aqds.h
include/configs/ls2080aqds.h
include/configs/ls2080ardb.h
include/i2c.h