> -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Kees Jongenburger > Sent: 09 December 2013 10:28 > To: [email protected] > Cc: Kees Jongenburger; Kumar Gala > Subject: [U-Boot] [PATCH] netbsd:fix documentation typo. > > From: Kees Jongenburger <[email protected]> > > The documentation suggested the arguments where passed over r3-r6 while the > code bellow simply does that over r0-r3.
s/bellow/below/ > > Cc: Kumar Gala <[email protected]> > --- > common/cmd_bootm.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c index > ba73f57..084c0e9 100644 > --- a/common/cmd_bootm.c > +++ b/common/cmd_bootm.c > @@ -1531,10 +1531,10 @@ static int do_bootm_netbsd(int flag, int argc, char * > const argv[], > > /* > * NetBSD Stage-2 Loader Parameters: > - * r3: ptr to board info data > - * r4: image address > - * r5: console device > - * r6: boot args string > + * r0: ptr to board info data > + * r1: image address > + * r3: console device You mean r2 here I believe. Qais > + * r3: boot args string > */ > (*loader)(gd->bd, os_hdr, consdev, cmdline); > > -- > 1.8.3.2 > > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

