]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: Avoid setting global_data fb_base from SPL handoff
authorSimon Glass <sjg@chromium.org>
Wed, 21 Aug 2024 16:19:01 +0000 (10:19 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 26 Aug 2024 20:05:38 +0000 (14:05 -0600)
commit3430a62568e7d92d673f15036e5963acb24bb15f
tree3ff51278414398ac997499e80dcf9409435e9851
parent3876abbbfc2715d148b46de10c0827eb2cd387f7
video: Avoid setting global_data fb_base from SPL handoff

This field is not used, so don't set it.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/video-uclass.c