summaryrefslogtreecommitdiff
path: root/drivers/bios_emulator/atibios.c
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2022-07-30 15:52:04 -0600
committerTom Rini <[email protected]>2022-08-12 08:14:23 -0400
commitcafe8712e8143ae8e5e5d733d74bc46bffe0be92 (patch)
treefb3a5685c362e3f7d4dd3e30bcf31988a0e7227b /drivers/bios_emulator/atibios.c
parent915458e148d969ccc2e6d246794324f1f34f5b6b (diff)
video: Renname vbe.h to vesa.h
We want to use VBE to mean Verfiied Boot for Embedded in U-Boot. Rename the existing VBE (Vesa BIOS extensions) to allow this. Verified Boot for Embedded is documented doc/develop/vbe.rst Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/bios_emulator/atibios.c')
-rw-r--r--drivers/bios_emulator/atibios.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bios_emulator/atibios.c b/drivers/bios_emulator/atibios.c
index cdc5ba6ad90..09da76bc5d9 100644
--- a/drivers/bios_emulator/atibios.c
+++ b/drivers/bios_emulator/atibios.c
@@ -51,7 +51,7 @@
#include <errno.h>
#include <log.h>
#include <malloc.h>
-#include <vbe.h>
+#include <vesa.h>
#include <linux/delay.h>
#include "biosemui.h"