From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 22 Feb 2013 16:57:13 -0600 Subject: [U-Boot] [U-Boot, v4] imls: Add support to list images in NAND device In-Reply-To: References: Message-ID: <20130222225713.GA25409@home.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Dec 16, 2012 at 10:32:48PM -0000, Vipin Kumar wrote: > This patch adds support to list images in NAND flash through imls > > Signed-off-by: Vipin Kumar > > --- > Changes in v4 > - Keep stdout dumps in one line > - Continue even after read errors for all the blocks > > README | 3 +- > common/cmd_bootm.c | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 166 insertions(+), 4 deletions(-) Applied to u-boot-nand-flash, but please follow up by enabling this in at least one board so that it continues to get build-tested. -Scott