Re: [U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up

2018-05-25 Thread Otavio Salvador
On Thu, May 24, 2018 at 7:00 PM, Jay Carlson wrote: > From: Jay Carlson > > 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

[U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up

2018-05-24 Thread Jay Carlson
From: Jay Carlson 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