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

2013-09-09 Thread fenghua
From: David Feng feng...@phytium.com.cn 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

Re: [U-Boot] [PATCH v6 3/5] generic board patch of manual reloc and zero gd_t

2013-09-09 Thread Wolfgang Denk
Dear feng...@phytium.com.cn, In message 1378734616-37558-4-git-send-email-feng...@phytium.com.cn you wrote: From: David Feng feng...@phytium.com.cn 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