]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: ti: am62x: evm: Remove video_setup from spl_board_init
authorDevarsh Thakkar <devarsht@ti.com>
Tue, 5 Dec 2023 15:55:18 +0000 (21:25 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 19:49:17 +0000 (14:49 -0500)
commit945053fd64ca1022f006ccd7f1518e52e34e30d8
treeaab70a6326700e5b1415575f6c9f135456f13fdf
parentba20b2443c298a19ff70d66f71630c6d16c39c97
board: ti: am62x: evm: Remove video_setup from spl_board_init

Remove video_setup from evm_init sequence since video memory is getting
called at an earlier place to make sure video memory is reserved at
the end of RAM.

Suggested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Devarsh Thakkar <devarsht@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/ti/am62x/evm.c