All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes
@ 2014-08-10 17:03 picmaster at mail.bg
  2014-08-14  9:32 ` Anatolij Gustschin
  2014-09-09 14:49 ` Stefano Babic
  0 siblings, 2 replies; 3+ messages in thread
From: picmaster at mail.bg @ 2014-08-10 17:03 UTC (permalink / raw)
  To: u-boot

From: Nikolay Dimitrov <picmaster@mail.bg>

Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
Cc: Stefano Babic <sbabic@denx.de>
---
 arch/arm/cpu/armv7/mx6/soc.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/cpu/armv7/mx6/soc.c b/arch/arm/cpu/armv7/mx6/soc.c
index f2dee76..99b7c86 100644
--- a/arch/arm/cpu/armv7/mx6/soc.c
+++ b/arch/arm/cpu/armv7/mx6/soc.c
@@ -318,10 +318,10 @@ const struct boot_mode soc_boot_modes[] = {
 	/* reserved value should start rom usb */
 	{"usb",		MAKE_CFGVAL(0x01, 0x00, 0x00, 0x00)},
 	{"sata",	MAKE_CFGVAL(0x20, 0x00, 0x00, 0x00)},
-	{"escpi1:0",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x08)},
-	{"escpi1:1",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x18)},
-	{"escpi1:2",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x28)},
-	{"escpi1:3",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x38)},
+	{"ecspi1:0",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x08)},
+	{"ecspi1:1",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x18)},
+	{"ecspi1:2",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x28)},
+	{"ecspi1:3",	MAKE_CFGVAL(0x30, 0x00, 0x00, 0x38)},
 	/* 4 bit bus width */
 	{"esdhc1",	MAKE_CFGVAL(0x40, 0x20, 0x00, 0x00)},
 	{"esdhc2",	MAKE_CFGVAL(0x40, 0x28, 0x00, 0x00)},
-- 
1.7.10.4

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

* [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes
  2014-08-10 17:03 [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes picmaster at mail.bg
@ 2014-08-14  9:32 ` Anatolij Gustschin
  2014-09-09 14:49 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2014-08-14  9:32 UTC (permalink / raw)
  To: u-boot

On Sun, 10 Aug 2014 20:03:07 +0300
picmaster at mail.bg wrote:

> From: Nikolay Dimitrov <picmaster@mail.bg>
> 
> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
> Cc: Stefano Babic <sbabic@denx.de>
> ---
>  arch/arm/cpu/armv7/mx6/soc.c |    8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Acked-by: Anatolij Gustschin <agust@denx.de>

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

* [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes
  2014-08-10 17:03 [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes picmaster at mail.bg
  2014-08-14  9:32 ` Anatolij Gustschin
@ 2014-09-09 14:49 ` Stefano Babic
  1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2014-09-09 14:49 UTC (permalink / raw)
  To: u-boot

On 10/08/2014 19:03, picmaster at mail.bg wrote:
> From: Nikolay Dimitrov <picmaster@mail.bg>
> 
> Signed-off-by: Nikolay Dimitrov <picmaster@mail.bg>
> Cc: Stefano Babic <sbabic@denx.de>
> ---


Applied to u-boot-imx, thanks!

Best regards,
Stefano Babic


-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

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

end of thread, other threads:[~2014-09-09 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-10 17:03 [U-Boot] [PATCH] mx6: Fix ECSPI typo in soc_boot_modes picmaster at mail.bg
2014-08-14  9:32 ` Anatolij Gustschin
2014-09-09 14:49 ` Stefano Babic

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.