mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
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 <sjg@chromium.org>
This commit is contained in:
parent
5b896ed585
commit
42fdcebf85
21 changed files with 32 additions and 22 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue