From: Chuanhua Han Date: Wed, 10 Jul 2019 07:48:37 +0000 (+0800) Subject: armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT X-Git-Tag: v2019.10-rc3~7^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=113214f02b6eff6b4c150e3e1c396448de66fb66;p=platform%2Fkernel%2Fu-boot.git armv8: ls1028aqds: Remove the definition of CONFIG_SYS_I2C_EARLY_INIT Since i2c uses dm mode, i2c controller will be initialized when reading and writing devices on i2c bus. So there is no need for the original non-dm mode i2c early initialization function call, this patch removed the definition of CONFIG_SYS_I2C_EARLY_INIT. Signed-off-by: Chuanhua Han Reviewed-by: Alex Marginean Reviewed-by: Prabhakar Kushwaha --- diff --git a/include/configs/ls1028aqds.h b/include/configs/ls1028aqds.h index be018ef..b0e9441 100644 --- a/include/configs/ls1028aqds.h +++ b/include/configs/ls1028aqds.h @@ -16,7 +16,6 @@ #define CONFIG_DIMM_SLOTS_PER_CTLR 2 #define CONFIG_QIXIS_I2C_ACCESS -#define CONFIG_SYS_I2C_EARLY_INIT /* * QIXIS Definitions