All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jay Carlson <jay.d.carlson@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm, imx6: fix NOR/OneNAND boot mode mix-up
Date: Fri, 25 May 2018 12:38:30 -0500	[thread overview]
Message-ID: <20180525173830.33584-1-jay.d.carlson@gmail.com> (raw)

From: Jay Carlson <jcarlson@unl.edu>

This patch fixes the ordering of the EMI enum to match Table 8-8 in 
the i.MX6ULL Reference Manual, and has been spot-checked in two other 
i.MX reference manuals for accuracy.

Signed-off-by: Jay Carlson <jay.d.carlson@gmail.com>
---
 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

             reply	other threads:[~2018-05-25 17:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-25 17:38 Jay Carlson [this message]
2018-06-22  5:18 [U-Boot] [PATCH v2] arm, imx6: fix NOR/OneNAND boot mode mix-up Jay Carlson
2018-07-23  8:48 ` Stefano Babic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180525173830.33584-1-jay.d.carlson@gmail.com \
    --to=jay.d.carlson@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.