aboutsummaryrefslogtreecommitdiff
path: root/include/init.h
diff options
context:
space:
mode:
authorSimon Glass2023-08-21 21:17:00 -0600
committerTom Rini2023-08-31 13:16:55 -0400
commit6a32bfae61652f9dae621410ca6e094f374a1f11 (patch)
tree2f215f3dd3e7ff54c50dca579b00a5ddc550250e /include/init.h
parent13a7db9ab1791736c69ce49be85db5f4c32dc581 (diff)
freescale: Drop call to init_func_vid() in the init sequence
Use the misc_init_f event instead, which is designed for this purpose. All boards with CONFIG_VID already enable CONFIG_EVENT. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/init.h')
-rw-r--r--include/init.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/init.h b/include/init.h
index 1bf76e4eff7..13579db7590 100644
--- a/include/init.h
+++ b/include/init.h
@@ -276,9 +276,6 @@ int set_cpu_clk_info(void);
int update_flash_size(int flash_size);
int arch_early_init_r(void);
int misc_init_r(void);
-#if defined(CONFIG_VID)
-int init_func_vid(void);
-#endif
/* common/board_info.c */
int checkboard(void);