diff options
author | Olivier Martin <olivier.martin@arm.com> | 2015-05-05 15:47:07 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@Edk2> | 2015-05-05 15:47:07 +0000 |
commit | 0b1b3bda4d1a345f5967879263ed93d561ac8f00 (patch) | |
tree | 05353ef8c710d1ebb6f3068a6cee19bf783d2d53 | |
parent | c8ff0827942eb6c810ac83d3b409bc04cb521129 (diff) | |
download | edk2-platforms-0b1b3bda4d1a345f5967879263ed93d561ac8f00.tar.xz |
EmbeddedPkg/FdtPlatformDxe: Changed the driver from DXE to UEFI driver
The driver does not really require to be a DXE driver.
By moving it as a UEFI driver it also implies it is dispatcged after
the DXE drivers at boot time.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
Reviewed-by: Ronald Cron <Ronald.Cron@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17307 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf index b95f1d6eab..934cda8037 100644 --- a/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf +++ b/EmbeddedPkg/Drivers/FdtPlatformDxe/FdtPlatformDxe.inf @@ -17,7 +17,7 @@ BASE_NAME = FdtPlatformDxe
MODULE_UNI_FILE = FdtPlatformDxe.uni
FILE_GUID = 6e9a4c69-57c6-4fcd-b083-4f2c3bdb6051
- MODULE_TYPE = DXE_DRIVER
+ MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 0.1
ENTRY_POINT = FdtPlatformEntryPoint
@@ -61,6 +61,3 @@ [Pcd]
gEmbeddedTokenSpaceGuid.PcdFdtDevicePaths
-
-[Depex]
- TRUE
|