diff options
author | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 23:45:38 +0000 |
---|---|---|
committer | andrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-01-28 23:45:38 +0000 |
commit | 8c3f387b270896178378ae5302ffa383d25632d7 (patch) | |
tree | 72bdabef96d5d4d3b7f845a0dc3824dacff76f29 /BeagleBoardPkg/Sec/Sec.c | |
parent | 4a1db20fac1530bef90aebb358115c0e81c77fe0 (diff) | |
download | edk2-platforms-8c3f387b270896178378ae5302ffa383d25632d7.tar.xz |
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/Sec.c')
-rwxr-xr-x | BeagleBoardPkg/Sec/Sec.c | 2 |
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);
|