plat/arm: Compile out impossible conditional for AArch32
authordp-arm <dimitris.papastamos@arm.com>
Wed, 3 May 2017 11:14:10 +0000 (12:14 +0100)
committerdp-arm <dimitris.papastamos@arm.com>
Wed, 24 May 2017 13:23:08 +0000 (14:23 +0100)
commit7c7dffd8aa63f168cd61770d9a6aa7923f8718af
tree36c6108b2b85f6fce2cf1e68edbd68cc6837e6e3
parent9bedc6d3bdebe3ef4318c59a05a04be6783cfe19
plat/arm: Compile out impossible conditional for AArch32

Since ARM_DRAM2_BASE is above the 32-bit limit, the condition
is always false.  Wrap this condition in an ifndef to avoid
warnings during compilation.

Change-Id: Ideabb6c65de6c62474ed03eb29df4b049d5316be
Signed-off-by: dp-arm <dimitris.papastamos@arm.com>
plat/arm/common/arm_pm.c