diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-15 12:00:03 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-03-15 12:00:03 +0000 |
commit | 9f214f6fca1a6ea5286bd0600d15cd0e3e39869c (patch) | |
tree | 394ab1056aeb1394f9f8a815ae64ac446674437c /DuetPkg/EfiLdr | |
parent | 49794755ba41d962f4448364d301939e26eb2bf2 (diff) | |
download | edk2-9f214f6fca1a6ea5286bd0600d15cd0e3e39869c.tar.gz edk2-9f214f6fca1a6ea5286bd0600d15cd0e3e39869c.tar.bz2 edk2-9f214f6fca1a6ea5286bd0600d15cd0e3e39869c.zip |
Remove working modification for debug
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7880 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/EfiLdr')
-rw-r--r-- | DuetPkg/EfiLdr/EfiLdr.inf | 1 | ||||
-rw-r--r-- | DuetPkg/EfiLdr/EfiLoader.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/DuetPkg/EfiLdr/EfiLdr.inf b/DuetPkg/EfiLdr/EfiLdr.inf index d94267dad7..acef3b9344 100644 --- a/DuetPkg/EfiLdr/EfiLdr.inf +++ b/DuetPkg/EfiLdr/EfiLdr.inf @@ -58,4 +58,3 @@ MSFT:*_*_IA32_PP_FLAGS == /nologo /E /TC /FI$(DEST_DIR_DEBUG)/AutoGen.h
MSFT:*_*_IA32_ASM_FLAGS == /nologo /W3 /WX /c /coff /Cx /Zd /W0 /Zi
MSFT:*_*_IA32_ASMLINK_FLAGS == /link /nologo /tiny
- GCC:*_*_IA32_CC_FLAGS = -g diff --git a/DuetPkg/EfiLdr/EfiLoader.c b/DuetPkg/EfiLdr/EfiLoader.c index 6b8f5984e9..b193f31536 100644 --- a/DuetPkg/EfiLdr/EfiLoader.c +++ b/DuetPkg/EfiLdr/EfiLoader.c @@ -57,8 +57,6 @@ EfiLoader ( PrintHeader ('A');
- CpuDeadLoop(); -
AsciiSPrint (PrintBuffer, 256, "Enter DUET Loader ...\n", BiosMemoryMapBaseAddress);
PrintString (PrintBuffer);
|