Re: [U-Boot] [Drivers PATCH 17/19] imls: Add support to list images in NAND device

2012-11-07 Thread Scott Wood
On 11/06/2012 11:15:42 PM, Vipin Kumar wrote: On 11/7/2012 5:00 AM, Scott Wood wrote: On 11/02/2012 12:40:02 PM, Vipin Kumar wrote: +#if defined(CONFIG_CMD_NAND) + printf(\n); + nand_info_t *nand; + image_header_t image_header; + image_header_t *header = image_header; + int nand_dev =

Re: [U-Boot] [Drivers PATCH 17/19] imls: Add support to list images in NAND device

2012-11-06 Thread Scott Wood
On 11/02/2012 12:40:02 PM, Vipin Kumar wrote: imls does not list the images in NAND devices. This patch implements this support for legacy type images. Signed-off-by: Vipin Kumar vipin.ku...@st.com --- common/cmd_bootm.c | 98 ++ 1 file

Re: [U-Boot] [Drivers PATCH 17/19] imls: Add support to list images in NAND device

2012-11-06 Thread Vipin Kumar
On 11/7/2012 5:00 AM, Scott Wood wrote: On 11/02/2012 12:40:02 PM, Vipin Kumar wrote: imls does not list the images in NAND devices. This patch implements this support for legacy type images. Signed-off-by: Vipin Kumar vipin.ku...@st.com --- common/cmd_bootm.c | 98

[U-Boot] [Drivers PATCH 17/19] imls: Add support to list images in NAND device

2012-11-02 Thread Vipin Kumar
imls does not list the images in NAND devices. This patch implements this support for legacy type images. Signed-off-by: Vipin Kumar vipin.ku...@st.com --- common/cmd_bootm.c | 98 ++ 1 file changed, 98 insertions(+) diff --git