[U-Boot] [PATCH 2/4] mx53loco: add a comment about local copy of print_cpuinfo method
Marek Vasut
marex at denx.de
Sat Jun 23 22:09:28 CEST 2012
Dear Otavio Salvador,
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> Cc: Marek Vasut <marex at denx.de>
> Cc: Stefano Babic <sbabic at denx.de>
> Cc: Fabio Estevam <fabio.estevam at freescale.com>
> ---
> 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
More information about the U-Boot
mailing list