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
This commit is contained in:
oliviermartin
2011-04-26 17:00:11 +00:00
parent 50c5f18731
commit 95650ceda8
7 changed files with 3 additions and 15 deletions

View File

@@ -257,7 +257,7 @@ READ_LOCK_STATUS = TRUE
[Rule.Common.SEC]
FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED {
TE TE Align = 8 |.efi
TE TE Align = 32 |.efi
}
[Rule.Common.PEI_CORE]