[U-Boot] [PATCH v5 3/4] generic board patch of manual reloc and zero gd_t

2013-08-23 Thread fenghua
From: David Feng 1. function board_init_f in board_f.c should firstly zero gd_t structure before it call initcall_run_list, otherwise the debug print will go run if DEBUG is defined. Because the printf function will use global data to determine whether serial port is initialized and coul

[U-Boot] [PATCH v5 3/4] generic board patch of manual reloc and zero gd_t

2013-08-23 Thread fenghua
From: David Feng 1. function board_init_f in board_f.c should firstly zero gd_t structure before it call initcall_run_list, otherwise the debug print will go run if DEBUG is defined. Because the printf function will use global data to determine whether serial port is initialized and coul