summaryrefslogtreecommitdiff
path: root/ArmPlatformPkg/Sec/Exception.asm
diff options
context:
space:
mode:
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-04-26 17:00:11 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2011-04-26 17:00:11 +0000
commit95650ceda8aad7e6009807be89dd90d3ba3d7022 (patch)
tree94ef94c5ee776433904982b7fdbbd8451447bc6f /ArmPlatformPkg/Sec/Exception.asm
parent50c5f187314c55735135d9c47025286d1c0bf1d5 (diff)
downloadedk2-platforms-95650ceda8aad7e6009807be89dd90d3ba3d7022.tar.xz
ArmPlatform: Remove dummy padding to make the Reset Vector aligned on 32 bytes boundary
A dummy padding was added before the Reset Vectors to force the alignment on a 32 bytes boundary in XIP code. The correct fix is to define the alignment in the FDF file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11588 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ArmPlatformPkg/Sec/Exception.asm')
-rw-r--r--ArmPlatformPkg/Sec/Exception.asm3
1 files changed, 0 insertions, 3 deletions
diff --git a/ArmPlatformPkg/Sec/Exception.asm b/ArmPlatformPkg/Sec/Exception.asm
index dcf2cf93b4..ef8629a897 100644
--- a/ArmPlatformPkg/Sec/Exception.asm
+++ b/ArmPlatformPkg/Sec/Exception.asm
@@ -25,9 +25,6 @@
//Default Exception Handlers
//============================================================
-//FIXME: One of the EDK2 tool is broken. It does not look to respect the alignment. Even, if we specify 32-byte alignment for this file.
-Dummy1 DCD 0
-Dummy2 DCD 0
SecVectorTable
b _DefaultResetHandler