Commits
Simon Glass committed fbd72824263
dm: x86: Zero global data before board_init_f() 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@chromium.org>