Skip to content
Commit 24a6bc01 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

arm: Reduce the scope of lowlevel_init()



This function has grown into something of a monster. Some boards are setting
up a console and DRAM here in SPL. This requires global_data which should be
set up in one place (crt0.S).

There is no need for SPL to use s_init() for anything since board_init_f()
is called immediately afterwards.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 41060bc5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment