]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit72e9776ccd83aad0fe3575ea84e9eefd855f2a6e
tree9dbb8a894a103018738a43a907fb4b8c86c65652
parent52067ad03799e57a6ab909310a1b6d9deb39cb18
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