summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-02 13:55:21 +0100
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-02 13:55:21 +0100
commitf465d59713eb0133dbb43c2425ba1db69d1762d6 (patch)
tree8284d203968abf5c62f5fc05d442eeb271603932
parenta388425f2b5ee1ed76aee0077010b2e585194d2e (diff)
downloadimx6-f465d59713eb0133dbb43c2425ba1db69d1762d6.tar.gz
imx6: Set DEVICE_TREES
By setting DEVICE_TREES, we can make use of a unified way to generate DeviceTree files, instead of having a unique ifeq($(TARGET_PRODUCT),iMX6) block in device/linaro/common/tasks/kernel.mk Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--BoardConfig.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 3a141a1..a072438 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -7,6 +7,7 @@ TARGET_BOARD_PLATFORM := imx6
TARGET_NO_BOOTLOADER := true # Uses u-boot instead
TARGET_NO_KERNEL := false
KERNEL_CONFIG := imx6_android_defconfig
+DEVICE_TREES := imx6q-sabrelite:board.dtb
TARGET_USE_UBOOT := true
UBOOT_CONFIG := mx6qsabrelite_config
TARGET_USE_XLOADER := false