diff mbox

[U-Boot,08/11] i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX

Message ID 20170423153525.14882-9-sjg@chromium.org
State Accepted
Commit b238c9dce5e487092531fb6e61c4d9f334f86686
Delegated to: Heiko Schocher
Headers show

Commit Message

Simon Glass April 23, 2017, 3:35 p.m. UTC
This option is not used in U-Boot. Drop it.

Signed-off-by: Simon Glass <sjg@chromium.org>
---

 README | 2 --
 1 file changed, 2 deletions(-)

Comments

Heiko Schocher April 28, 2017, 4:55 a.m. UTC | #1
Hello Simon,

Am 23.04.2017 um 17:35 schrieb Simon Glass:
> This option is not used in U-Boot. Drop it.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
>   README | 2 --
>   1 file changed, 2 deletions(-)

Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot-i2c/next

bye,
Heiko
>
> diff --git a/README b/README
> index 0bee478ec7..f75dc0f2f6 100644
> --- a/README
> +++ b/README
> @@ -2238,8 +2238,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
>
diff mbox

Patch

diff --git a/README b/README
index 0bee478ec7..f75dc0f2f6 100644
--- a/README
+++ b/README
@@ -2238,8 +2238,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