summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include/AsmMacroIoLib.inc
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-28 12:41:11 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2016-10-28 16:26:15 +0100
commit29d9e75f8df513406975e7945e0b91dd390fd47a (patch)
tree3439723c0773ddbf8ac573fca6e175e438f1d3b0 /ArmPkg/Include/AsmMacroIoLib.inc
parentb0609e4f02fc1af93b849e48b225ca5e2c315fc0 (diff)
downloadedk2-29d9e75f8df513406975e7945e0b91dd390fd47a.tar.gz
ArmPkg: remove LoadConstantXxx() asm macros
This is ancient cruft that is no longer used, so remove it. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'ArmPkg/Include/AsmMacroIoLib.inc')
-rw-r--r--ArmPkg/Include/AsmMacroIoLib.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/ArmPkg/Include/AsmMacroIoLib.inc b/ArmPkg/Include/AsmMacroIoLib.inc
index 4bc3146fb3..ce7a1488da 100644
--- a/ArmPkg/Include/AsmMacroIoLib.inc
+++ b/ArmPkg/Include/AsmMacroIoLib.inc
@@ -17,16 +17,6 @@
MACRO
- LoadConstantMacro $Data
- ldr r0, =($Data)
- MEND
-
- MACRO
- LoadConstantToRegMacro $Data, $Reg
- ldr $Reg, =($Data)
- MEND
-
- MACRO
adrll $Reg, $Symbol
add $Reg, pc, #-8
RELOC R_ARM_ALU_PC_G0_NC, $Symbol