summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti33x.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti33x.inc15
1 files changed, 11 insertions, 4 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti33x.inc b/meta-ti-bsp/conf/machine/include/ti33x.inc
index 95499552..4f6d90bf 100644
--- a/meta-ti-bsp/conf/machine/include/ti33x.inc
+++ b/meta-ti-bsp/conf/machine/include/ti33x.inc
@@ -18,12 +18,19 @@ PVR_DISPLAY_CONTROLLER_ALIAS ?= "tilcdc"
18 18
19KERNEL_IMAGETYPE = "zImage" 19KERNEL_IMAGETYPE = "zImage"
20 20
21KERNEL_DEVICETREE_PREFIX = "am335x"
22
21KERNEL_DEVICETREE = " \ 23KERNEL_DEVICETREE = " \
22 am335x-evm.dtb am335x-evmsk.dtb \ 24 am335x-evm.dtb \
25 am335x-evmsk.dtb \
23 am335x-icev2.dtb \ 26 am335x-icev2.dtb \
24 am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ 27 am335x-pocketbeagle.dtb \
25 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \ 28 am335x-bone.dtb \
26 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ 29 am335x-boneblue.dtb \
30 am335x-bonegreen.dtb \
31 am335x-bonegreen-wireless.dtb \
32 am335x-boneblack.dtb \
33 am335x-boneblack-wireless.dtb \
27 am335x-sancloud-bbe.dtb \ 34 am335x-sancloud-bbe.dtb \
28" 35"
29 36