From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 11 May 2017 18:23:58 -0600 Subject: [U-Boot] [PATCH v2 09/12] i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX In-Reply-To: <20170512002401.13115-1-sjg@chromium.org> References: <20170512002401.13115-1-sjg@chromium.org> Message-ID: <20170512002401.13115-10-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass --- Changes in v2: None README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index 444f1dd3b6..3a94411e33 100644 --- a/README +++ b/README @@ -2228,8 +2228,6 @@ The following options need to be configured: eg, MPC823e User's Manual p.16-473). So, set CONFIG_SYS_I2C_SLAVE to 0. - CONFIG_SYS_I2C_INIT_MPC5XXX - When a board is reset during an i2c bus transfer chips might think that the current transfer is still in progress. Reset the slave devices by sending start -- 2.13.0.rc2.291.g57267f2277-goog