summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/DxeIpl.inf
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-07 09:38:31 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-07 09:38:31 +0000
commitdf166ce57448db0df33b2ea77d1142610103677e (patch)
tree6bb507089920cb68dab5203141807058a5d508a7 /DuetPkg/DxeIpl/DxeIpl.inf
parent6f33781141f0665187f9287a927f50bdcff449f3 (diff)
downloadedk2-platforms-df166ce57448db0df33b2ea77d1142610103677e.tar.xz
1) DxeIpl should not use UefiDriverEntryPointLib
2) Fix incorrect judgment for ACPI table in legacy region. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5177 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl/DxeIpl.inf')
-rw-r--r--DuetPkg/DxeIpl/DxeIpl.inf2
1 files changed, 0 insertions, 2 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.inf b/DuetPkg/DxeIpl/DxeIpl.inf
index 3bdded832b..d2d43e982e 100644
--- a/DuetPkg/DxeIpl/DxeIpl.inf
+++ b/DuetPkg/DxeIpl/DxeIpl.inf
@@ -24,7 +24,6 @@
VERSION_STRING = 1.0
EDK_RELEASE_VERSION = 0x00020000
EFI_SPECIFICATION_VERSION = 0x00020000
- ENTRY_POINT = DxeInit
[Packages]
MdePkg/MdePkg.dec
@@ -38,7 +37,6 @@
BaseMemoryLib
PrintLib
ReportStatusCodeLib
- UefiDriverEntryPoint
[Sources.common]
DxeIpl.h