diff options
author | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-04 10:09:04 +0000 |
---|---|---|
committer | oliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-04 10:09:04 +0000 |
commit | d326412cce0672a81852813532b0b1d18fc8cdbc (patch) | |
tree | 462953275aaefd1f8ba2db0f91bc43662461b65b /Omap35xxPkg/InterruptDxe/InterruptDxe.inf | |
parent | 1c1e70fa6e1e986992afbb282d048483cbe0b319 (diff) | |
download | edk2-platforms-d326412cce0672a81852813532b0b1d18fc8cdbc.tar.xz |
Omap35xxPkg/InterruptDxe: Fix dependency chain with the Arch Cpu Dxe
The CPU Dxe should be loaded before the Interrupt Dxe.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11969 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Omap35xxPkg/InterruptDxe/InterruptDxe.inf')
-rw-r--r-- | Omap35xxPkg/InterruptDxe/InterruptDxe.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Omap35xxPkg/InterruptDxe/InterruptDxe.inf b/Omap35xxPkg/InterruptDxe/InterruptDxe.inf index f6142417e5..16caa2e4f1 100644 --- a/Omap35xxPkg/InterruptDxe/InterruptDxe.inf +++ b/Omap35xxPkg/InterruptDxe/InterruptDxe.inf @@ -53,5 +53,5 @@ [FixedPcd.common]
gEmbeddedTokenSpaceGuid.PcdInterruptBaseAddress
-[depex]
- TRUE
+[Depex]
+ gEfiCpuArchProtocolGuid
|