aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik Ryd <patrik.ryd@linaro.org>2012-09-13 14:09:44 +0000
committerPatrik Ryd <patrik.ryd@linaro.org>2012-09-17 10:50:55 +0200
commitc19f98d8e9d1b59721ca477912d625731ef0e3e6 (patch)
treeda82fbde90d95db511d6ff4e7d00632724089128
parenta67887499fffa1371a87071137919e1c03659e19 (diff)
downloadsnowball-c19f98d8e9d1b59721ca477912d625731ef0e3e6.tar.gz
Snowball: Build device tree file
The tracking build uses the linux-linaro-tracking kernel and needs a device tree file to boot. Change-Id: Ia528ea64bbcc0686d4959dcc01a9bfbe6c773e2e Signed-off-by: Patrik Ryd <patrik.ryd@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 9852b4b..cb73ee3 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -7,6 +7,7 @@ TARGET_BOARD_PLATFORM := snowball
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
KERNEL_CONFIG := u8500_android_defconfig
+DEVICE_TREES := snowball:board.dtb
TARGET_USE_UBOOT := true
UBOOT_CONFIG := snowball_config
TARGET_USE_XLOADER := false