Re: [U-Boot] [PATCH] mx6: Fix SPL boot device detection

2017-12-17 Thread Stefano Babic
Hi Jiri, On 17/12/2017 19:04, Jiří Lužnický wrote: > Hi, > I agree. I somehow misunderstood the reason of introduced IMX6_BMODE_ . > There is already better patch in this list from about two days ago. > Yes, I've reviewed it, I will merge that. Regards, Stefano Babic > J. > > > > On Sun, De

Re: [U-Boot] [PATCH] mx6: Fix SPL boot device detection

2017-12-17 Thread Stefano Babic
Hi Jiri,when On 29/11/2017 19:13, Jiri Luznicky wrote: > The boot device is selected according to BOOT_CFG1[7:4] fuse. > Any value equal or higher then 0x8 is used for nand. > > Currently, only values up to 0x8 are handled by the switch. > Add rest of the values up to 0xf to cover all nand cases.