diff options
| author | Simon Glass <[email protected]> | 2022-03-04 08:43:04 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-10 08:28:36 -0500 |
| commit | 42fdcebf859f93139d58defd5abef44dedb9b17a (patch) | |
| tree | 51cb886505b82fa87bd38ef898fcb153e0c2cd49 /include/init.h | |
| parent | 5b896ed5856f768cdd55cdeb44c5f8f6b6a7a18a (diff) | |
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 <[email protected]>
Diffstat (limited to 'include/init.h')
| -rw-r--r-- | include/init.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/init.h b/include/init.h index 20c3976af09..c03b29bb0db 100644 --- a/include/init.h +++ b/include/init.h @@ -217,7 +217,6 @@ int init_cache_f_r(void); int print_cpuinfo(void); #endif int timer_init(void); -int misc_init_f(void); #if defined(CONFIG_DTB_RESELECT) int embedded_dtb_select(void); |
