diff options
author | david wei <david.wei@intel.com> | 2016-07-01 15:05:48 +0800 |
---|---|---|
committer | david wei <david.wei@intel.com> | 2016-07-01 15:05:48 +0800 |
commit | 87f66b63d409fde7d2ea018b65a63986ba413f1f (patch) | |
tree | 27f2ff44929e3d93507ff5ade7719c0ddeb619c0 /QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c | |
parent | ba53301f509fcd092f9d52b7c6e1f7428ec00176 (diff) | |
parent | a4c5a436c8bd9c8bef84f2642897fd5cca1dcfb6 (diff) | |
download | edk2-platforms-87f66b63d409fde7d2ea018b65a63986ba413f1f.tar.xz |
Merge branch 'master' of https://github.com/tianocore/edk2
Diffstat (limited to 'QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c')
-rw-r--r-- | QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c b/QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c index 441f7609a5..39185bc0d5 100644 --- a/QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c +++ b/QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c @@ -174,7 +174,7 @@ PlatformFlashLockConfig ( //
SpiProtocol = LocateSpiProtocol (NULL); // This routine will not be called in SMM.
- ASSERT_EFI_ERROR (SpiProtocol != NULL);
+ ASSERT (SpiProtocol != NULL);
if (SpiProtocol != NULL) {
Status = SpiProtocol->Lock (SpiProtocol);
|