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>
This commit is contained in:
Simon Glass
2022-07-30 15:52:04 -06:00
committed by Tom Rini
parent 915458e148
commit cafe8712e8
13 changed files with 14 additions and 14 deletions

View File

@@ -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 {