plat/arm: Compile out impossible conditional for AArch32
dp-arm authored
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: default avatardp-arm <dimitris.papastamos@arm.com>
7c7dffd8
Name Last commit Last update
bl1 AArch32: Add `TRUSTED_BOARD_BOOT` support
bl2 Use SPDX license identifiers
bl2u AArch32: Add BL2U support
bl31 Merge pull request #927 from jeenu-arm/state-switch
bl32 AArch32: Rework SMC context save and restore mechanism
common Align tf_printf implementation between AArch32 and AArch64
docs Merge pull request #938 from masahir0y/tools_share
drivers cert: move platform_oid.h to include/tools_share for all platforms
fdts Fix incorrect copyright notices
include Merge pull request #938 from masahir0y/tools_share
lib Use a callee-saved register to be AAPCS-compliant
make_helpers Merge pull request #938 from masahir0y/tools_share
plat plat/arm: Compile out impossible conditional for AArch32
services Migrate secure payload dispatchers to new SMC terminology
tools cert: move platform_oid.h to include/tools_share for all platforms
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore fip: move headers shared between TF and fiptool to include/tools_share
Makefile Merge pull request #938 from masahir0y/tools_share
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Add note about SPDX identifiers in license.md
readme.md readme.md: Add tested Linaro release information for FVPs