From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 14 Mar 2012 03:40:05 +0100 Subject: [U-Boot] [PATCH V4] BOOT: Add "bootz" command to boot Linux zImage on ARM In-Reply-To: <201203132203.51439.vapier@gentoo.org> References: <1331689093-19211-1-git-send-email-marex@denx.de> <201203132203.51439.vapier@gentoo.org> Message-ID: <201203140340.05393.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, > On Tuesday 13 March 2012 21:38:13 Marek Vasut wrote: > > arch/arm/lib/bootm.c | 30 ++++++++++ > > common/cmd_bootm.c | 141 > > include/config_cmd_all.h | > > still missing README Where exactly would you squash it in there? > > > --- a/arch/arm/lib/bootm.c > > +++ b/arch/arm/lib/bootm.c > > > > +#ifdef CONFIG_CMD_BOOTZ > > don't use tabs to indent these tokens > > > --- a/common/cmd_bootm.c > > +++ b/common/cmd_bootm.c > > > > +int __bootz_setup(void *image, void **start, void **end) > > static > > > +int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) > > static > -mike Best regards, Marek Vasut