diff options
author | Simon Glass <sjg@chromium.org> | 2022-07-30 15:52:04 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-08-12 08:14:23 -0400 |
commit | cafe8712e8143ae8e5e5d733d74bc46bffe0be92 (patch) | |
tree | fb3a5685c362e3f7d4dd3e30bcf31988a0e7227b /drivers/bios_emulator | |
parent | 915458e148d969ccc2e6d246794324f1f34f5b6b (diff) | |
download | u-boot-cafe8712e8143ae8e5e5d733d74bc46bffe0be92.tar.gz u-boot-cafe8712e8143ae8e5e5d733d74bc46bffe0be92.tar.bz2 u-boot-cafe8712e8143ae8e5e5d733d74bc46bffe0be92.zip |
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 <sjg@chromium.org>
Diffstat (limited to 'drivers/bios_emulator')
-rw-r--r-- | drivers/bios_emulator/atibios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bios_emulator/atibios.c b/drivers/bios_emulator/atibios.c index cdc5ba6ad9..09da76bc5d 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" |