summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2016-03-17 18:29:47 +0000
committerJon Medhurst <tixy@linaro.org>2016-03-17 18:35:37 +0000
commit3a5360c3098a09327485644830f2e653396ac2fc (patch)
tree522f9ce822146d3ccf5bffcda51133133f804375
parent0ae604e363abf65002750d884cf213e5e7fc4dc6 (diff)
downloadfvp-armv8-3a5360c3098a09327485644830f2e653396ac2fc.tar.gz
BoardConfig.mk: Rename device-tree to match new one in the kernel tree
The FVP models, firmware, and kernel, all support GICv3 and we've been requested to start using this rather than GICv2, so this change updates the name of the device-tree to use. Note, the kernel tree has already been updated to remove fvp-base-gicv2-psci and add the fvp-base-aemv8a-aemv8a which is hopefully the version heading into the upstream kernel. Change-Id: I27f1f1df634a4c207e003fd50fe7dad5cf559f4e Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index ac5cb81..e99272a 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -44,7 +44,7 @@ else
TARGET_KERNEL_SOURCE := kernel/linaro/armlt
endif
-DEVICE_TREES := fvp-base-gicv2-psci:fvp-base-gicv2-psci.dtb fvp-base-gicv2-psci:fdt.dtb
+DEVICE_TREES := fvp-base-aemv8a-aemv8a:fvp-base-aemv8a-aemv8a.dtb fvp-base-aemv8a-aemv8a:fdt.dtb
BUILD_KERNEL_MODULES := false
TARGET_NO_BOOTLOADER := true