summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/vesa.h (renamed from include/vbe.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vbe.h b/include/vesa.h
index 1631260eb73..30df58a9f1b 100644
--- a/include/vbe.h
+++ b/include/vesa.h
@@ -7,8 +7,8 @@
* Contributors:
* IBM Corporation - initial implementation
*****************************************************************************/
-#ifndef _VBE_H
-#define _VBE_H
+#ifndef _VESA_H
+#define _VESA_H
/* these structs are for input from and output to OF */
struct __packed vbe_screen_info {