summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg/Sec
diff options
context:
space:
mode:
Diffstat (limited to 'BeagleBoardPkg/Sec')
-rwxr-xr-xBeagleBoardPkg/Sec/Sec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/BeagleBoardPkg/Sec/Sec.c b/BeagleBoardPkg/Sec/Sec.c
index 537475204c..a87ff6d65d 100755
--- a/BeagleBoardPkg/Sec/Sec.c
+++ b/BeagleBoardPkg/Sec/Sec.c
@@ -260,6 +260,8 @@ CEntryPoint (
ExtractGuidedSectionLibConstructor();
LzmaDecompressLibConstructor();
+ DecompressFirstFv ();
+
// Load the DXE Core and transfer control to it
LoadDxeCoreFromFv(NULL, 0);