aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-dtb.inc
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@enea.com>2013-02-20 15:56:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-22 06:09:14 -0800
commitf46c5714bc23a50a207c03cc20c3a6aebe8c5df0 (patch)
tree5984a6ce476964e66d002685334fd5379fba11bc /meta/recipes-kernel/linux/linux-dtb.inc
parentc0ff6185e623a40a7378a01d45b2c641ca3fa79d (diff)
downloadopenembedded-core-contrib-f46c5714bc23a50a207c03cc20c3a6aebe8c5df0.tar.gz
linux-dtc: Make KERNEL_DEVICETREE_FLAGS configurable
Signed-off-by: Anders Roxell <anders.roxell@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-dtb.inc')
-rw-r--r--meta/recipes-kernel/linux/linux-dtb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc
index d39f49d1a3..ec6c375335 100644
--- a/meta/recipes-kernel/linux/linux-dtb.inc
+++ b/meta/recipes-kernel/linux/linux-dtb.inc
@@ -1,6 +1,6 @@
# Support for device tree generation
FILES_kernel-devicetree = "/boot/devicetree*"
-KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000"
+KERNEL_DEVICETREE_FLAGS ?= "-R 8 -p 0x3000"
python __anonymous () {
devicetree = d.getVar("KERNEL_DEVICETREE", True) or ''