summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2019-03-05 01:48:50 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-03-04 19:42:37 +0000
commitb229d3856c4575f7b67c533a5bf6bff31c71e690 (patch)
treef7c81953e430ba9447d8cc7f9eef0b200476eacf /conf
parent26910dad298af8700731f38aa130dbc0524fccaa (diff)
downloadmeta-ti-b229d3856c4575f7b67c533a5bf6bff31c71e690.tar.gz
ti33x.inc: add back am335x-icev2-prueth.dtb
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ti33x.inc11
1 files changed, 7 insertions, 4 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index ccbc9425..5a0ad541 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,10 +26,13 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-icev2.dtb \ 29KERNEL_DEVICETREE = " \
30 am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \ 30 am335x-evm.dtb am335x-evmsk.dtb \
31 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ 31 am335x-icev2.dtb am335x-icev2-prueth.dtb \
32 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" 32 am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \
33 am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
34 am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \
35"
33 36
34KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" 37KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
35 38