diff options
author | Simon Glass | 2017-05-12 21:09:57 -0600 |
---|---|---|
committer | Heiko Schocher | 2017-05-15 06:18:41 +0200 |
commit | b238c9dce5e487092531fb6e61c4d9f334f86686 (patch) | |
tree | beaec10c6fd412caef9b51a1ab9dd76bee5df9f9 /README | |
parent | 69153988a6f4eda44257c6bc5afac484f8f95930 (diff) |
i2c: README: Drop CONFIG_SYS_I2C_INIT_MPC5XXX
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |