aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2012-01-10 11:45:39 +0000
committerJon Medhurst <tixy@linaro.org>2012-01-12 13:43:23 +0000
commit0f5dd93c573a4132adc0d6fd2445ca43ebb454e7 (patch)
tree6c22e7ad776f7394d5f8d3397dfd2d66cad12124
parent85c9cc56349a860ec76b6da75fa484b514c60b61 (diff)
downloadvexpress-a9-0f5dd93c573a4132adc0d6fd2445ca43ebb454e7.tar.gz
vexpress: Add device trees and U-Boots for A5 CoreTile
Change-Id: I8a57057bead9e2e7fc2fdd3a4103f63877c15765 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 27bf57a..ca0feec 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -6,9 +6,11 @@
TARGET_BOARD_PLATFORM := vexpress_a9
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
-KERNEL_CONFIG := android_vexpress_a9_defconfig
+KERNEL_CONFIG := android_vexpress_defconfig
TARGET_USE_UBOOT := true
UBOOT_CONFIG := vexpress_ca9x4_config
+UBOOT_FLAVOURS := vexpress_ca9x4:u-boot_v2p-ca9.bin vexpress_ca5x2:u-boot_v2p-ca5s.bin
+DEVICE_TREES := vexpress-v2p-ca5s:v2p-ca5s.dtb vexpress-v2p-ca9:v2p-ca9.dtb vexpress-v2p-ca15-tc1:v2p-ca15-tc1.dtb
TARGET_USE_XLOADER := false
TARGET_NO_RECOVERY := true
TARGET_NO_RADIOIMAGE := true