All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up
@ 2018-05-24 22:00 Jay Carlson
  2018-05-25 12:58 ` Otavio Salvador
  0 siblings, 1 reply; 2+ messages in thread
From: Jay Carlson @ 2018-05-24 22:00 UTC (permalink / raw)
  To: u-boot

From: Jay Carlson <jcarlson@unl.edu>

This patch fixes the ordering of the EMI enum to match Table 8-8 in the the i.MX6ULL Reference Manual, and has been spot-checked in two other i.MX reference manuals for accuracy.
---
 arch/arm/include/asm/mach-imx/sys_proto.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/mach-imx/sys_proto.h b/arch/arm/include/asm/mach-imx/sys_proto.h
index d1d6cbc462..0acc3640f9 100644
--- a/arch/arm/include/asm/mach-imx/sys_proto.h
+++ b/arch/arm/include/asm/mach-imx/sys_proto.h
@@ -63,8 +63,8 @@ enum imx6_bmode_serial_rom {
 };
 
 enum imx6_bmode_emi {
-	IMX6_BMODE_ONENAND,
 	IMX6_BMODE_NOR,
+	IMX6_BMODE_ONENAND
 };
 
 enum imx6_bmode {
-- 
2.16.1.windows.4

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

* [U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up
  2018-05-24 22:00 [U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up Jay Carlson
@ 2018-05-25 12:58 ` Otavio Salvador
  0 siblings, 0 replies; 2+ messages in thread
From: Otavio Salvador @ 2018-05-25 12:58 UTC (permalink / raw)
  To: u-boot

On Thu, May 24, 2018 at 7:00 PM, Jay Carlson <jay.d.carlson@gmail.com> wrote:
> From: Jay Carlson <jcarlson@unl.edu>
>
> This patch fixes the ordering of the EMI enum to match Table 8-8 in the the i.MX6ULL Reference Manual, and has been spot-checked in two other i.MX reference manuals for accuracy.

Same as the other patch.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9 9981-7854          Mobile: +1 (347) 903-9750

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

end of thread, other threads:[~2018-05-25 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-24 22:00 [U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up Jay Carlson
2018-05-25 12:58 ` Otavio Salvador

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.