Re: [PATCH v2 07/13] event: Set up the event system on start-up

2022-03-10 Thread Tom Rini
On Fri, Mar 04, 2022 at 08:43:02AM -0700, Simon Glass wrote: > Call event_init() before relocation to get the event system running. > > Signed-off-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 07/13] event: Set up the event system on start-up

2022-03-04 Thread Simon Glass
Call event_init() before relocation to get the event system running. Signed-off-by: Simon Glass --- (no changes since v1) common/board_f.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/board_f.c b/common/board_f.c index a68760092a..e36bdbc988 100644 --- a/common/board_f.c +++ b/