X-Git-Url: https://code.delx.au/refind/blobdiff_plain/11fa7da805c3e263f8b05339f1900baa73a2ffd4..ac0bfb2e98feab3057ee433ecb0938b2fd54ee90:/EfiLib/legacy.c diff --git a/EfiLib/legacy.c b/EfiLib/legacy.c index 5824297..3e5edee 100644 --- a/EfiLib/legacy.c +++ b/EfiLib/legacy.c @@ -23,7 +23,7 @@ #define EfiReallocatePool ReallocatePool #define EfiLibLocateProtocol LibLocateProtocol #else -#include "tiano_includes.h" +#include "../include/tiano_includes.h" #endif #include "legacy.h" #include "GenericBdsLib.h" @@ -982,7 +982,7 @@ BdsDeleteAllInvalidLegacyBootOptions ( // // Skip Non-Legacy boot option - // + // if (!BdsIsLegacyBootOption (BootOptionVar, &BbsEntry, &BbsIndex)) { if (BootOptionVar!= NULL) { FreePool (BootOptionVar);