HV: vm_load: rename vboot_info.h to vboot.h

vboot_info.h declares vm loader function also, so rename the file name to
vboot.h;

Tracked-On: #6323

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
Victor Sun
2021-08-03 20:44:38 +08:00
committed by wenlingz
parent 9b632c0e4b
commit 3124018917
6 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
#include <asm/pgtable.h>
#include <asm/mmu.h>
#include <logmsg.h>
#include <vboot_info.h>
#include <vboot.h>
#include <asm/board.h>
#include <asm/sgx.h>
#include <sbuf.h>