Skip to content
Snippets Groups Projects
Commit 42fdcebf authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

event: Convert misc_init_f() to use events


This hook can be implmented using events, for the three boards that
actually use it.

Add the event type and event handlers. Drop CONFIG_MISC_INIT_F since we
can just use CONFIG_EVENT to control this. Since sandbox always enables
CONFIG_EVENT, we can drop the defconfig lines there too.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 5b896ed5
No related branches found
No related tags found
Loading
Showing
with 32 additions and 21 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment