commit | 1544a89df613b9b4bade1eb03b2e0e36093ce8de | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Mon Aug 26 17:29:33 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 14:08:50 2024 -0600 |
tree | dc37e3d60b84db1309b757ccc34bf4f9cfc1f2b4 | |
parent | 3f76868116b4ae185ea9864ed8dcfd8ff6a7a0bb [diff] |
spl: call spl_board_init() at the end of the spl init sequence The spl_board_init() function on sandbox invokes the unit tests. Invoking the tests should be done once the rest of the system has been initialised. Call the spl_board_init() function at the very end, once the rest of the initilisation functions have been called, including the setting up of the LMB memory map. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>