diff mbox series

[1/3] cosmetic: README: Fix one CONFIG name

Message ID 20200410163403.1.I3190d9b77167a808c65f44883fd1bc1c1d15218a@changeid
State Accepted
Commit b5d5d908225051c609a8d140ce074a079e66f26e
Headers show
Series [1/3] cosmetic: README: Fix one CONFIG name | expand

Commit Message

Patrick Delaunay April 10, 2020, 2:34 p.m. UTC
Only replace CONFIF_ by CONFIG_

Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
---

 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass April 10, 2020, 8:47 p.m. UTC | #1
On Fri, 10 Apr 2020 at 08:34, Patrick Delaunay <patrick.delaunay at st.com> wrote:
>
> Only replace CONFIF_ by CONFIG_
>
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> ---
>
>  README | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>
Tom Rini April 26, 2020, 11:26 a.m. UTC | #2
On Fri, Apr 10, 2020 at 04:34:40PM +0200, Patrick Delaunay wrote:

> Only replace CONFIF_ by CONFIG_
> 
> Signed-off-by: Patrick Delaunay <patrick.delaunay at st.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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