]> Git Repo - J-u-boot.git/commit
event: Add an event for main_loop
authorSughosh Ganu <[email protected]>
Fri, 21 Oct 2022 12:46:01 +0000 (18:16 +0530)
committerTom Rini <[email protected]>
Mon, 31 Oct 2022 18:47:32 +0000 (14:47 -0400)
commit467bad5e368abfb8bca218b988567799e53f9e03
treef6ab1f91224b87fbb07e1a30d9977fc68e77d7f5
parent95b5a7de30f6c2f6c38ac4919442c7d8d6fb86ce
event: Add an event for main_loop

Add an event type EVT_MAIN_LOOP that can be used for registering
events that need to be run after the platform has been initialised and
before the main_loop function is called.

Signed-off-by: Sughosh Ganu <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: Ilias Apalodimas <[email protected]>
Acked-by: Etienne Carriere <[email protected]>
common/board_r.c
common/event.c
include/event.h
This page took 0.031357 seconds and 4 git commands to generate.