From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 23 Jun 2012 22:09:28 +0200 Subject: [U-Boot] [PATCH 2/4] mx53loco: add a comment about local copy of print_cpuinfo method In-Reply-To: <1340482108-18468-2-git-send-email-otavio@ossystems.com.br> References: <1340482108-18468-1-git-send-email-otavio@ossystems.com.br> <1340482108-18468-2-git-send-email-otavio@ossystems.com.br> Message-ID: <201206232209.28364.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 Otavio Salvador, > Signed-off-by: Otavio Salvador > Cc: Marek Vasut > Cc: Stefano Babic > Cc: Fabio Estevam > --- > board/freescale/mx53loco/mx53loco.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/board/freescale/mx53loco/mx53loco.c > b/board/freescale/mx53loco/mx53loco.c index 445d022..9fae5e8 100644 > --- a/board/freescale/mx53loco/mx53loco.c > +++ b/board/freescale/mx53loco/mx53loco.c > @@ -413,6 +413,8 @@ int board_early_init_f(void) > return 0; > } > > +/* Needs to be available on the board file to be called in board_init, > + * instead of normal order */ Invalid multiline comment ;-) > int print_cpuinfo(void) > { > u32 cpurev; Best regards, Marek Vasut