On 02/02/2017 15:56, Jagan Teki wrote: > BOOT_CFG1[7:4] the NAND boot mode selection is done > only when BOOT_CFG1[7] is 1 hence update the NAND > boot mode detection bit case. This information available > on Table 8-11. NAND Boot eFUSE Descriptions, from IMX6DQRM. > > Cc: Stefano Babic <sba...@denx.de> > Cc: Tim Harvey <thar...@gateworks.com> > Signed-off-by: Jagan Teki <ja...@openedev.com> > --- > arch/arm/imx-common/spl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/imx-common/spl.c b/arch/arm/imx-common/spl.c > index a7f9705..fc3704b 100644 > --- a/arch/arm/imx-common/spl.c > +++ b/arch/arm/imx-common/spl.c > @@ -61,8 +61,8 @@ u32 spl_boot_device(void) > case 0x6: > case 0x7: > return BOOT_DEVICE_MMC1; > - /* NAND Flash: 8.5.2 */ > - case 0x8 ... 0xf: > + /* NAND Flash: 8.5.2, Table 8-10 */ > + case 0x8: > return BOOT_DEVICE_NAND; > } > return BOOT_DEVICE_NONE; >
Reviewed by : Stefano Babic |sba...@denx.de> Best regards, Stefano Babic -- Meet DENX at the Embedded World Trade Show 14 Mar - 16 Mar 2017, Nuremberg Trade Fair Centre, Hall 4, Booth 581 -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sba...@denx.de ===================================================================== _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot