[U-Boot] [PATCH v7 15/19] nand: mxc: Switch NAND SPL to generic SPL

Fabio Estevam festevam at gmail.com
Fri Feb 22 22:07:34 CET 2013


Hi Troy,

On Fri, Feb 22, 2013 at 5:55 PM, Troy Kisky
<troy.kisky at boundarydevices.com> wrote:

> It does look familiar, can you try changing imximage.c
>
>
> *header_size_ptr = ROUND(sbuf->st_size + imxhdr->flash_offset, 512);
>
> to
>
> *header_size_ptr = ROUND(sbuf->st_size + imxhdr->flash_offset, 4096);
>
> (or whatever your nand sector size is)
> and see if it makes a difference?

Thanks for the suggestion, but mx31 does not run imximage tool.


More information about the U-Boot mailing list