]> git.dujemihanovic.xyz Git - u-boot.git/commit
freescale: Drop call to init_func_vid() in the init sequence
authorSimon Glass <sjg@chromium.org>
Tue, 22 Aug 2023 03:17:00 +0000 (21:17 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 31 Aug 2023 17:16:55 +0000 (13:16 -0400)
commit6a32bfae61652f9dae621410ca6e094f374a1f11
tree2f215f3dd3e7ff54c50dca579b00a5ddc550250e
parent13a7db9ab1791736c69ce49be85db5f4c32dc581
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>
arch/arm/cpu/armv8/fsl-layerscape/spl.c
board/freescale/ls1088a/ls1088a.c
board/freescale/lx2160a/lx2160a.c
common/board_f.c
include/init.h