Define ARM_GIC_ARCH default value for all platforms
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 17 Jul 2014 16:23:14 +0000 (17:23 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Thu, 17 Jul 2014 16:23:14 +0000 (17:23 +0100)
commit2b98e7890b4fc28d0be9ca5b073fcd3f9eccde0e
tree8c84138eae632530e05a0ce214140fab2ed81d5e
parenta1a441775f64da2cbbd42c4f2c6f818f93278fca
Define ARM_GIC_ARCH default value for all platforms

The ARM_GIC_ARCH build option was supposed to default to 2 on all
platforms. However, the default value was set in the FVP makefile
so for all other platforms it wasn't even defined.

This patch moves the default value to the main Makefile. The platform
port can then override it if needed.

Change-Id: I8e2da1cce7ffa3ed18814bbdcbcf2578101f18a6
Makefile
plat/fvp/platform.mk