[PATCH 26/40] spl: call spl_board_init() at the end of the spl init sequence

2024-07-23 Thread Sughosh Ganu
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

Re: [PATCH 26/40] spl: call spl_board_init() at the end of the spl init sequence

2024-07-25 Thread Simon Glass
On Wed, 24 Jul 2024 at 00:04, Sughosh Ganu wrote: > > 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 fu