README: remove references on no more used config CONFIG_SYS_RCAR_I2C*
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 10 Apr 2020 14:34:41 +0000 (16:34 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
commita3d7cb1939ada77a2c0b7668bb9d80298de3ff31
tree39009d14e1cc049c7da17472dcf61f82add94dff
parentb5d5d908225051c609a8d140ce074a079e66f26e
README: remove references on no more used config CONFIG_SYS_RCAR_I2C*

Remove the references in README on CONFIG_SYS_RCAR_I2C_* not use
in U-Boot drivers/i2c/rcar_i2c.c, since commit a4d9aafadb31 ("i2c:
 rcar_i2c: Remove the driver") and commit a06a0ac36d59 ("i2c: rcar_i2c:
 Add DM and DT capable I2C driver")

Checked by the command: grep -r SYS_RCAR_I2C *
And these CONFIG are only defined in
arch/arm/mach-rmobile/include/mach/rcar-base.h

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
README