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:
@@ -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 {
|
||||
Reference in New Issue
Block a user