commit | 8071c8ec72c5038ecc9141c66bd1f7daa2a62156 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Mar 03 08:02:57 2015 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 04 14:55:04 2015 -0500 |
tree | d4edfcf92fe89ba3c3f70cc2374ca448273c86b9 | |
parent | 7a6c3bf6ff39792e0ba4e716244972d6e43ada89 [diff] |
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>