summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/omap-a15.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/omap-a15.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/omap-a15.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/omap-a15.inc b/meta-ti-bsp/conf/machine/include/omap-a15.inc
index 6187f2ea..a875713f 100644
--- a/meta-ti-bsp/conf/machine/include/omap-a15.inc
+++ b/meta-ti-bsp/conf/machine/include/omap-a15.inc
@@ -24,7 +24,7 @@ UBOOT_ARCH = "arm"
24UBOOT_ENTRYPOINT = "0x80008000" 24UBOOT_ENTRYPOINT = "0x80008000"
25UBOOT_LOADADDRESS = "0x80008000" 25UBOOT_LOADADDRESS = "0x80008000"
26 26
27DEVICETREE_FILE = "${@(d.getVar('KERNEL_DEVICETREE') or "").replace("ti/","")}" 27DEVICETREE_FILE = "${@(d.getVar('KERNEL_DEVICETREE') or "").replace("ti/omap/","").replace("ti/","")}"
28 28
29# Generate an extlinux.conf file 29# Generate an extlinux.conf file
30UBOOT_EXTLINUX = "1" 30UBOOT_EXTLINUX = "1"