
Dear Stefano,
In message 501842D4.6060309@denx.de you wrote:
#ifdef CONFIG_BOARD_LATE_INIT int board_late_init(void) { setenv("stdout", "serial");
return 0; } #endif
Signed-off-by: Fabio Estevam fabio.estevam@freescale.com
Hi Fabio,
include/configs/mx53loco.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 0a25c7d..bd23387 100644 --- a/include/configs/mx53loco.h +++ b/include/configs/mx53loco.h @@ -41,6 +41,7 @@ #define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
#define CONFIG_BOARD_EARLY_INIT_F +#define CONFIG_BOARD_LATE_INIT
I see, commit eae08eb2b53ffb87f3342e45ab422d8625659fcd dropped it.
Acked-by: Stefano Babic sbabic@denx.de
Please see my previous message - I dislike the first part of the patch, the unconditional "setenv stdout serial".
Best regards,
Wolfgang Denk