From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kees Jongenburger Date: Thu, 12 Dec 2013 10:53:57 +0100 Subject: [U-Boot] [PATCH] netbsd:fix documentation typo. In-Reply-To: <20131212092122.GA2836@Hardy> References: <1386584885-2279-1-git-send-email-k.jongenburger@vu.nl> <20131212092122.GA2836@Hardy> Message-ID: <52A987B5.2090701@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 12/12/2013 10:23 AM, Sughosh Ganu wrote: > hi Kees, > > * 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 > + * r3: boot args string > Umm, is this not supposed to be processor agnostic -- different > architectures would use different registers to pass these arguments. I > would suggest changing it to something like arg[0-3] instead. Thanks for the feedback. I will wait a little more and update the patch. Greetings