event: Set up the event system on start-up
authorSimon Glass <sjg@chromium.org>
Fri, 4 Mar 2022 15:43:02 +0000 (08:43 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 10 Mar 2022 13:28:36 +0000 (08:28 -0500)
commit5a4219043d659514316e41d3d09866030c773e78
tree9dbb8a894a103018738a43a907fb4b8c86c65652
parent7d02645fe4c07efe253f68d2d6134922e7c5323e
event: Set up the event system on start-up

Call event_init() before relocation to get the event system running.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c