From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Walle Date: Fri, 7 Oct 2011 23:50:20 +0200 Subject: [U-Boot] [PATCH] arm: add ide initialization In-Reply-To: <201110071327.12220.vapier@gentoo.org> References: <1317939786-19655-1-git-send-email-michael@walle.cc> <201110071327.12220.vapier@gentoo.org> Message-ID: <201110072350.20528.michael@walle.cc> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Freitag 07 Oktober 2011, 19:27:11 schrieb Mike Frysinger: > On Thursday 06 October 2011 18:23:06 Michael Walle wrote: > > --- a/arch/arm/lib/board.c > > +++ b/arch/arm/lib/board.c > > > > +#if defined(CONFIG_CMD_IDE) > > + puts ("IDE: "); > > + ide_init (); > > +#endif > > NAK: no space before that open paren > -mike as long as the style is the only objection, i'm glad to resend a fixed patch :) Albert, are there any other objections? -- Michael