diff options
author | Denys Dmytriyenko <denys@ti.com> | 2019-02-05 10:09:12 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-02-05 06:50:01 +0000 |
commit | 8739a28eb2fec3dc64995cc6d040ca6c2ef2d332 (patch) | |
tree | d14a781da59dfb5f411adb484f1bb1740e8d72a5 /conf/machine/include/ti33x.inc | |
parent | 41ae756a805946501abe0308b401362c42fe3a9e (diff) | |
download | meta-ti-8739a28eb2fec3dc64995cc6d040ca6c2ef2d332.tar.gz |
ti33x.inc: PRUETH specific DTB is not ready yet
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 487ceb4f..8fc6b59d 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -27,7 +27,7 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb \ | 29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb \ |
30 | am335x-icev2.dtb am335x-icev2-prueth.dtb \ | 30 | am335x-icev2.dtb \ |
31 | am335x-bone.dtb am335x-boneblue.dtb \ | 31 | am335x-bone.dtb am335x-boneblue.dtb \ |
32 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | 32 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ |
33 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | 33 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" |