summaryrefslogtreecommitdiff
path: root/lib/elf.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-07-30 15:52:04 -0600
committerTom Rini <trini@konsulko.com>2022-08-12 08:14:23 -0400
commitcafe8712e8143ae8e5e5d733d74bc46bffe0be92 (patch)
treefb3a5685c362e3f7d4dd3e30bcf31988a0e7227b /lib/elf.c
parent915458e148d969ccc2e6d246794324f1f34f5b6b (diff)
downloadu-boot-cafe8712e8143ae8e5e5d733d74bc46bffe0be92.tar.gz
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 'lib/elf.c')
-rw-r--r--lib/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/elf.c b/lib/elf.c
index d074e4e0a7..0476b2614c 100644
--- a/lib/elf.c
+++ b/lib/elf.c
@@ -11,7 +11,7 @@
#include <net.h>
#include <vxworks.h>
#ifdef CONFIG_X86
-#include <vbe.h>
+#include <vesa.h>
#include <asm/e820.h>
#include <linux/linkage.h>
#endif