diff options
author | Simon Glass | 2022-07-30 15:52:04 -0600 |
---|---|---|
committer | Tom Rini | 2022-08-12 08:14:23 -0400 |
commit | cafe8712e8143ae8e5e5d733d74bc46bffe0be92 (patch) | |
tree | fb3a5685c362e3f7d4dd3e30bcf31988a0e7227b /drivers/video/coreboot.c | |
parent | 915458e148d969ccc2e6d246794324f1f34f5b6b (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 <sjg@chromium.org>
Diffstat (limited to 'drivers/video/coreboot.c')
-rw-r--r-- | drivers/video/coreboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/coreboot.c b/drivers/video/coreboot.c index 7237542c076..3efc65daa2b 100644 --- a/drivers/video/coreboot.c +++ b/drivers/video/coreboot.c @@ -6,7 +6,7 @@ #include <common.h> #include <dm.h> #include <init.h> -#include <vbe.h> +#include <vesa.h> #include <video.h> #include <asm/cb_sysinfo.h> |