Skip to content

Commit

Permalink
ArmVirtPkg: Switched SEC to UE format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Krichanov committed Oct 9, 2023
1 parent 9004c39 commit 2d8accf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ArmVirtPkg/ArmVirtRules.fdf.inc
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
############################################################################
[Rule.Common.SEC]
FILE SEC = $(NAMED_GUID) RELOCS_STRIPPED FIXED {
PE32 PE32 Align = Auto $(INF_OUTPUT)/$(MODULE_NAME).efi
FILE SEC = $(NAMED_GUID) {
UE UE $(INF_OUTPUT)/$(MODULE_NAME).efi
}
[Rule.Common.SEC.SELF_RELOC]
FILE SEC = $(NAMED_GUID) {
PE32 PE32 Align = Auto $(INF_OUTPUT)/$(MODULE_NAME).efi
UE UE $(INF_OUTPUT)/$(MODULE_NAME).efi
}
[Rule.Common.PEI_CORE]
Expand Down

0 comments on commit 2d8accf

Please sign in to comment.