diff options
author | Simon Glass <sjg@chromium.org> | 2015-03-03 08:02:57 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-04 14:55:04 -0500 |
commit | 24a6bc010e7ce00a91c795562058044e9f9d5dc0 (patch) | |
tree | d4edfcf92fe89ba3c3f70cc2374ca448273c86b9 /board/maxbcm | |
parent | 41060bc58f80472fa8c5aa90d64750508d88a418 (diff) | |
download | u-boot-imx-24a6bc010e7ce00a91c795562058044e9f9d5dc0.zip u-boot-imx-24a6bc010e7ce00a91c795562058044e9f9d5dc0.tar.gz u-boot-imx-24a6bc010e7ce00a91c795562058044e9f9d5dc0.tar.bz2 |
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>
Diffstat (limited to 'board/maxbcm')
0 files changed, 0 insertions, 0 deletions