aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/coreboot.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-30 15:52:05 -0600
committerTom Rini <trini@konsulko.com>2022-08-12 08:14:23 -0400
commitda62e1e861b922866311bcb3e07c69c12e79730d (patch)
tree9e4fa4da0a135dd2a6b7fbebfab4886a5b8985fd /drivers/video/coreboot.c
parentcafe8712e8143ae8e5e5d733d74bc46bffe0be92 (diff)
downloadu-boot-da62e1e861b922866311bcb3e07c69c12e79730d.zip
u-boot-da62e1e861b922866311bcb3e07c69c12e79730d.tar.gz
u-boot-da62e1e861b922866311bcb3e07c69c12e79730d.tar.bz2
video: Rename structs and functions to avoid VBE
Rename these to VESA, itself an abbreviation, to avoid a conflict with Verified Boot for Embedded. Rename this to avoid referencing VBE. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/coreboot.c')
-rw-r--r--drivers/video/coreboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/coreboot.c b/drivers/video/coreboot.c
index 3efc65d..d2d87c7 100644
--- a/drivers/video/coreboot.c
+++ b/drivers/video/coreboot.c
@@ -57,7 +57,7 @@ static int coreboot_video_probe(struct udevice *dev)
goto err;
}
- ret = vbe_setup_video_priv(vesa, uc_priv, plat);
+ ret = vesa_setup_video_priv(vesa, uc_priv, plat);
if (ret) {
ret = log_msg_ret("setup", ret);
goto err;