summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-20 12:10:20 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-12-20 12:29:57 +0100
commit87b920fe22be94f1ea310b21355817800fb614c2 (patch)
treee1dca659cb2cdbf99aa78153558d7a6aaace493d /MdePkg/Include
parent4a1500db2b42d08e41cea6b84ef2fc8a04a37edd (diff)
downloadedk2-87b920fe22be94f1ea310b21355817800fb614c2.tar.gz
edk2-87b920fe22be94f1ea310b21355817800fb614c2.tar.bz2
edk2-87b920fe22be94f1ea310b21355817800fb614c2.zip
MdePkg/Arm/ProcessorBind.h: fix copy/paste error
Instead of #defining MAX_ALLOC_ADDRESS to MAX_ADDRESS as intended, it is #defined to itself, causing all ARM builds to break. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Arm/ProcessorBind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Arm/ProcessorBind.h b/MdePkg/Include/Arm/ProcessorBind.h
index 16a61fc7a3..0b7b486125 100644
--- a/MdePkg/Include/Arm/ProcessorBind.h
+++ b/MdePkg/Include/Arm/ProcessorBind.h
@@ -151,7 +151,7 @@ typedef INT32 INTN;
///
/// Maximum usable address at boot time
///
-#define MAX_ALLOC_ADDRESS MAX_ALLOC_ADDRESS
+#define MAX_ALLOC_ADDRESS MAX_ADDRESS
///
/// Maximum legal ARM INTN and UINTN values.