[U-Boot] [PATCH 3/8] dm: x86: Zero global data before board_init_f()
Simon Glass
sjg at chromium.org
Fri Oct 24 05:53:59 CEST 2014
On 10 October 2014 07:49, Simon Glass <sjg at chromium.org> wrote:
> To permit information to be passed from the early U-Boot code to
> board_init_f() we cannot zero the global_data in board_init_f(). Instead
> zero it in the start-up code.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> arch/x86/cpu/start.S | 6 ++++++
> 1 file changed, 6 insertions(+)
>
Applied to u-boot-dm/master
More information about the U-Boot
mailing list