summaryrefslogtreecommitdiffstats
path: root/BeagleBoardPkg/Sec
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-28 23:45:38 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2010-01-28 23:45:38 +0000
commit8c3f387b270896178378ae5302ffa383d25632d7 (patch)
tree72bdabef96d5d4d3b7f845a0dc3824dacff76f29 /BeagleBoardPkg/Sec
parent4a1db20fac1530bef90aebb358115c0e81c77fe0 (diff)
downloadedk2-8c3f387b270896178378ae5302ffa383d25632d7.tar.gz
edk2-8c3f387b270896178378ae5302ffa383d25632d7.tar.bz2
edk2-8c3f387b270896178378ae5302ffa383d25632d7.zip
Add support for a RELASE build
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9858 6f19259b-4bc3-4df7-8a09-765794883524
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);