From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 14 Mar 2012 20:27:24 +0100 Subject: [U-Boot] [PATCH V5] BOOT: Add "bootz" command to boot Linux zImage on ARM In-Reply-To: <201203141435.33749.vapier@gentoo.org> References: <201203140638.45430.marex@denx.de> <201203141435.33749.vapier@gentoo.org> Message-ID: <201203142027.25041.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 Wednesday 14 March 2012 01:38:45 Marek Vasut wrote: > > > On Tuesday 13 March 2012 23:47:56 Marek Vasut wrote: > > > > This command boots Linux zImage from where the zImage is loaded to. > > > > Passing initrd and fdt is supported. > > > > > > i've got no opinion on the matter of supporting zImage directly > > > (although, i guess it'd be nice since some legacy platforms still use > > > it like netwinders) > > > > Does anyone else but RMK have a working netwinder these days? >:-) > > i've got 3, but only one is actively running You should run DNA test on yourself against RMK's bloodsample :) > > > > > +int do_bootz(cmd_tbl_t *cmdtp, int flag, int argc, char * const > > > > argv[]) > > > > > > static > > > > NAK, compiler won't chew that > > what are you talking about ? you need to provide real details when making > statements like this. plenty of other cmd's in u-boot mark their do_xxx > func static and they work just fine. this do_bootz isn't used externally, > so it makes no sense to have it be public. Oh you mean staticize the function, not the weak stuff, ok. > -mike Best regards, Marek Vasut