1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-22 03:13:58 +01:00
Files
u-boot-megous/arch
Simon Glass 24a6bc010e 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: Simon Glass <sjg@chromium.org>
2015-03-04 14:55:04 -05:00
..
2015-02-17 22:54:38 +01:00
2015-01-29 17:09:57 -07:00
2015-01-13 09:37:21 -05:00