Home
last modified time | relevance | path

Searched hist:fbd72824263dfb48bfee999f8b92ba9cc8abac1b (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dstart.Sfbd72824263dfb48bfee999f8b92ba9cc8abac1b Fri Oct 10 13:49:15 UTC 2014 Simon Glass <sjg@chromium.org> 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>