All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] cosmetic: README: Fix one CONFIG name
@ 2020-04-10 14:34 Patrick Delaunay
  2020-04-10 14:34 ` [PATCH 2/3] README: remove references on no more used config CONFIG_SYS_RCAR_I2C* Patrick Delaunay
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Patrick Delaunay @ 2020-04-10 14:34 UTC (permalink / raw)
  To: u-boot

Only replace CONFIF_ by CONFIG_

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

 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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-04-26 11:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-10 14:34 [PATCH 1/3] cosmetic: README: Fix one CONFIG name Patrick Delaunay
2020-04-10 14:34 ` [PATCH 2/3] README: remove references on no more used config CONFIG_SYS_RCAR_I2C* Patrick Delaunay
2020-04-10 20:47   ` Simon Glass
2020-04-26 11:27   ` Tom Rini
2020-04-10 14:34 ` [PATCH 3/3] rmobile: rcar: removed used CONFIG_SYS_RCAR_I2C*_BASE Patrick Delaunay
2020-04-10 16:43   ` Marek Vasut
2020-04-20  8:42     ` Patrick DELAUNAY
2020-04-10 20:47 ` [PATCH 1/3] cosmetic: README: Fix one CONFIG name Simon Glass
2020-04-26 11:26 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.