-
Simon Glass authored
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>
Simon Glass authoredTo 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>
start.S 4.39 KiB