]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit31465e5b0607aaadd17e148338374c02f22e548f
tree39009d14e1cc049c7da17472dcf61f82add94dff
parente1fe97d316def26221250e6f61ddd5b60219814c
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 4c7b8023e440 ("i2c:
 rcar_i2c: Remove the driver") and commit 9eba2d605ac7 ("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