From 6a78d4f41d9330da029e72420bd7a3bb1d9c3792 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Fri, 3 Apr 2020 09:01:24 +0200 Subject: [PATCH] HACK: BmMisc: Remove S4 memory check until VariableStore is implemented Signed-off-by: Patrick Rudolph --- MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c b/MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c index 89595747af..3b7859f5d9 100644 --- a/MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c +++ b/MdeModulePkg/Library/UefiBootManagerLib/BmMisc.c @@ -155,7 +155,7 @@ BmSetMemoryTypeInformationVariable ( if (BootMode == BOOT_IN_RECOVERY_MODE) { return; } - + return; // // Only check the the Memory Type Information variable in the boot mode // other than BOOT_WITH_DEFAULT_SETTINGS because the Memory Type