diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti33x.inc')
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti33x.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc index f7f126f4..bc61a773 100644 --- a/meta-ti-bsp/conf/machine/include/ti33x.inc +++ b/meta-ti-bsp/conf/machine/include/ti33x.inc | |||
@@ -19,7 +19,10 @@ PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc" | |||
19 | 19 | ||
20 | KERNEL_IMAGETYPE = "zImage" | 20 | KERNEL_IMAGETYPE = "zImage" |
21 | 21 | ||
22 | KERNEL_DEVICETREE_PREFIX = "am335x" | 22 | KERNEL_DEVICETREE_PREFIX = " \ |
23 | am335x \ | ||
24 | ti/omap/am335x \ | ||
25 | " | ||
23 | 26 | ||
24 | KERNEL_DEVICETREE = " \ | 27 | KERNEL_DEVICETREE = " \ |
25 | am335x-evm.dtb \ | 28 | am335x-evm.dtb \ |