From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Tue, 02 Dec 2008 12:41:30 -0600 Subject: [U-Boot] [PATCH] Added support for the Guntermann & Drunck PowerPC 440 EP/GR ETX module. In-Reply-To: <200812020917.20544.matthias.fuchs@esd-electronics.com> References: <1227789406-8800-1-git-send-email-eibach@gdsys.de> <200812020917.20544.matthias.fuchs@esd-electronics.com> Message-ID: <1228243290.29793.35.camel@ld0161-tx32> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2008-12-02 at 09:17 +0100, Matthias Fuchs wrote: > On Thursday 27 November 2008 13:36, Dirk Eibach wrote: > > Signed-off-by: Dirk Eibach > > +int board_early_init_f(void) > > +{ > > + register uint reg; > > + > > + /*-------------------------------------------------------------------- > > + * Setup the external bus controller/chip selects > > + *-------------------------------------------------------------------*/ > > I am sure, but didn't we once said that these dashed lines are ugly and > multiline comments should look like this: > > /* > * bla > * bla bla > */ Yes. jdl