summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti33x.inc
diff options
context:
space:
mode:
authorHongmei Gou <a0271529@ti.com>2017-09-06 04:47:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-09-28 13:24:36 -0400
commitf6726f6ffa1cda6e1a7807cdda2946677d0208d4 (patch)
tree11e6b95522021b3ace44430b11661165074d7232 /conf/machine/include/ti33x.inc
parenta62a97bd3db4718cbcdc9ba749dcddd98e08664b (diff)
downloadmeta-ti-f6726f6ffa1cda6e1a7807cdda2946677d0208d4.tar.gz
conf/machine: add pru-uio dtbs in KERNEL_DEVICETREE for am3/am4/am5/k2g
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r--conf/machine/include/ti33x.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index cadc7df6..4014f79f 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,7 +26,7 @@ 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-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb" 29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb ${@base_conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}"
30 30
31UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
32UBOOT_MACHINE = "am335x_evm_config" 32UBOOT_MACHINE = "am335x_evm_config"