diff options
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-dtb.inc | 2 |
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 @@ | |||
1 | # Support for device tree generation | 1 | # Support for device tree generation |
2 | FILES_kernel-devicetree = "/boot/devicetree*" | 2 | FILES_kernel-devicetree = "/boot/devicetree*" |
3 | KERNEL_DEVICETREE_FLAGS = "-R 8 -p 0x3000" | 3 | KERNEL_DEVICETREE_FLAGS ?= "-R 8 -p 0x3000" |
4 | 4 | ||
5 | python __anonymous () { | 5 | python __anonymous () { |
6 | devicetree = d.getVar("KERNEL_DEVICETREE", True) or '' | 6 | devicetree = d.getVar("KERNEL_DEVICETREE", True) or '' |