Home
last modified time | relevance | path

Searched hist:"24 a6bc010e7ce00a91c795562058044e9f9d5dc0" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dlowlevel_init.S24a6bc010e7ce00a91c795562058044e9f9d5dc0 Tue Mar 03 15:02:57 UTC 2015 Simon Glass <sjg@chromium.org> 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>