Re: [U-Boot] [PATCH v3 01/11] nand: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-05-15 Thread Stefano Babic
On 08/05/2014 07:16, Tim Harvey wrote: We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Cc: Scott Wood scottw...@freescale.com Signed-off-by: Tim Harvey thar...@gateworks.com Acked-by: Stefano Babic sba...@denx.de

Re: [U-Boot] [PATCH v3 01/11] nand: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-05-14 Thread Masahiro Yamada
Hi. On Wed, 7 May 2014 22:16:12 -0700 Tim Harvey thar...@gateworks.com wrote: We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Cc: Scott Wood scottw...@freescale.com Signed-off-by: Tim Harvey thar...@gateworks.com

Re: [U-Boot] [PATCH v3 01/11] nand: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-05-14 Thread Stefano Babic
Hi Masahiro, On 14/05/2014 10:52, Masahiro Yamada wrote: Hi. On Wed, 7 May 2014 22:16:12 -0700 Tim Harvey thar...@gateworks.com wrote: We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Cc: Scott Wood

[U-Boot] [PATCH v3 01/11] nand: remove CONFIG_SYS_NAND_PAGE_SIZE

2014-05-07 Thread Tim Harvey
We only need to read in the size of struct image_header and thus don't need to know the page size of the nand device. Cc: Scott Wood scottw...@freescale.com Signed-off-by: Tim Harvey thar...@gateworks.com Acked-by: Stefano Babic sba...@denx.de Acked-by: Scott Wood scottw...@freescale.com --- v3: