efi-stub: minor change for uefi refactor

Include these changes:
- substitute efi_context with uefi_context
- remove EFI_STUB from Kconfig
- remove EFI_

Signed-off-by: Tw <wei.tan@intel.com>
This commit is contained in:
Tw
2019-03-11 09:15:59 +08:00
committed by wenlingz
parent 9b24620e16
commit 334382f9ef
4 changed files with 9 additions and 18 deletions

View File

@@ -301,16 +301,6 @@ config GPU_SBDF
00:02.0 in DRHD segment 0, this SBDF would be (0 << 16) | (0 << 8) |
(2 << 3) | (0 << 0), i.e. 0x00000010.
config EFI_STUB
bool "Enable EFI stub"
depends on PLATFORM_UEFI
default y
config UEFI_OS_LOADER_NAME
string "UEFI OS loader name"
depends on PLATFORM_UEFI
default "\\EFI\\org.clearlinux\\bootloaderx64.efi"
config MTRR_ENABLED
bool "Memory Type Range Registers (MTRR) enabled"
default y