summaryrefslogtreecommitdiff
path: root/plat
diff options
context:
space:
mode:
authorSoby Mathew <soby.mathew@arm.com>2016-04-07 17:40:04 +0100
committerSoby Mathew <soby.mathew@arm.com>2016-04-28 11:12:36 +0100
commita8af6a4d2a80b19f42493a33b86e97bae4fdeb6e (patch)
treed7475438aa8756a519cb1270a51e2d102dbeeb95 /plat
parent21a3973de044a640861cee92265be9191a76a462 (diff)
Change the default driver to GICv3 in FVP
This patch changes the default driver for FVP platform from the deprecated GICv3 legacy to the GICv3 only driver. This means that the default build of Trusted Firmware will not be able boot Linux kernel with GICv2 FDT blob. The user guide is also updated to reflect this change of default GIC driver for FVP. Change-Id: Id6fc8c1ac16ad633dabb3cd189b690415a047764
Diffstat (limited to 'plat')
-rw-r--r--plat/arm/board/fvp/platform.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/arm/board/fvp/platform.mk b/plat/arm/board/fvp/platform.mk
index 60ebe65b..eecb5977 100644
--- a/plat/arm/board/fvp/platform.mk
+++ b/plat/arm/board/fvp/platform.mk
@@ -28,8 +28,8 @@
# POSSIBILITY OF SUCH DAMAGE.
#
-# Use the Legacy GICv3 driver on the FVP by default to maintain compatibility.
-FVP_USE_GIC_DRIVER := FVP_GICV3_LEGACY
+# Use the GICv3 driver on the FVP by default
+FVP_USE_GIC_DRIVER := FVP_GICV3
# The FVP platform depends on this macro to build with correct GIC driver.
$(eval $(call add_define,FVP_USE_GIC_DRIVER))