video: Rename structs and functions to avoid VBE
[platform/kernel/u-boot.git] / arch / x86 / lib / fsp / fsp_graphics.c
index 6a7552e..b07c666 100644 (file)
@@ -106,7 +106,7 @@ static int fsp_video_probe(struct udevice *dev)
        vesa->phys_base_ptr = dm_pci_read_bar32(dev, 2);
        gd->fb_base = vesa->phys_base_ptr;
 
-       ret = vbe_setup_video_priv(vesa, uc_priv, plat);
+       ret = vesa_setup_video_priv(vesa, uc_priv, plat);
        if (ret)
                goto err;