]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: Reduce the scope of lowlevel_init()
authorSimon Glass <sjg@chromium.org>
Tue, 3 Mar 2015 15:02:57 +0000 (08:02 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:10:28 +0000 (14:10 +0200)
commitc11df04be939ab57da0a950ad3b190221f508353
tree75ee9b74da2ee12a345fe483035caffbd3097027
parent15aa06a5aa88dcca18d4f78e324e49c7f8ef628b
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>
arch/arm/cpu/armv7/lowlevel_init.S