summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2014-01-20 20:02:33 +0000
committerLeif Lindholm <leif.lindholm@linaro.org>2014-01-24 15:45:17 +0000
commitf0eb704547f20e5d4ae0f6cec5ae555f8a8592b1 (patch)
treee0de2fefbf4d48be2fd23b30e722bd906072b7f6
parent3ada914c850944c20d4cdb507d5f7f2048d41a53 (diff)
downloadjuice-f0eb704547f20e5d4ae0f6cec5ae555f8a8592b1.tar.gz
TC1: change PcdGet32 to PcdGet64
The latest code uses PcdGet64 instead of PcdGet32. Fix the TC1 BSP to account for this change. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
-rw-r--r--ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15x2/ArmPlatform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15x2/ArmPlatform.h b/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15x2/ArmPlatform.h
index 19d551dab..5454b003e 100644
--- a/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15x2/ArmPlatform.h
+++ b/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/CTA15x2/ArmPlatform.h
@@ -53,8 +53,8 @@
#define ARM_VE_SMB_PERIPH_SZ SIZE_64MB
// DRAM
-#define ARM_VE_DRAM_BASE PcdGet32 (PcdSystemMemoryBase)
-#define ARM_VE_DRAM_SZ PcdGet32 (PcdSystemMemorySize)
+#define ARM_VE_DRAM_BASE PcdGet64 (PcdSystemMemoryBase)
+#define ARM_VE_DRAM_SZ PcdGet64 (PcdSystemMemorySize)
// This can be any value since we only support motherboard PL111
#define LCD_VRAM_CORE_TILE_BASE 0x84000000