From patchwork Fri Apr 10 14:34:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrick Delaunay X-Patchwork-Id: 237656 List-Id: U-Boot discussion From: patrick.delaunay at st.com (Patrick Delaunay) Date: Fri, 10 Apr 2020 16:34:40 +0200 Subject: [PATCH 1/3] cosmetic: README: Fix one CONFIG name Message-ID: <20200410163403.1.I3190d9b77167a808c65f44883fd1bc1c1d15218a@changeid> Only replace CONFIF_ by CONFIG_ Signed-off-by: Patrick Delaunay Reviewed-by: Simon Glass --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 8cfa92fac9..6cb7656fa0 100644 --- a/README +++ b/README @@ -1640,7 +1640,7 @@ The following options need to be configured: - CONFIG_SYS_RCAR_I2C2_SPEED for for the speed channel 2 - CONFIG_SYS_RCAR_I2C3_BASE for setting the register channel 3 - CONFIG_SYS_RCAR_I2C3_SPEED for for the speed channel 3 - - CONFIF_SYS_RCAR_I2C_NUM_CONTROLLERS for number of i2c buses + - CONFIG_SYS_RCAR_I2C_NUM_CONTROLLERS for number of i2c buses - drivers/i2c/sh_i2c.c: - activate this driver with CONFIG_SYS_I2C_SH