diff options
author | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 06:02:04 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-01 13:51:32 -0500 |
commit | 2499f8265cc4fdcd2c051e44417b06a735ad0400 (patch) | |
tree | a02b4d9a5ae9f96f2b2be3606694d058c5122c42 /conf/machine/include/ti33x.inc | |
parent | af51e167fd1057459cbd0605dfc38cd2630e9cef (diff) | |
download | meta-ti-2499f8265cc4fdcd2c051e44417b06a735ad0400.tar.gz |
machines: update DTBs and other cleanups
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/ti33x.inc')
-rw-r--r-- | conf/machine/include/ti33x.inc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 4c62fb9d..570953b9 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -26,7 +26,12 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" | 29 | KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-icev2.dtb \ |
30 | am335x-bone.dtb am335x-boneblue.dtb \ | ||
31 | am335x-boneblack.dtb am335x-boneblack-wireless.dtb \ | ||
32 | am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb" | ||
33 | |||
34 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am335x-icev2-pru-excl-uio.dtb', '', d)}" | ||
30 | 35 | ||
31 | UBOOT_ARCH = "arm" | 36 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am335x_evm_config" | 37 | UBOOT_MACHINE = "am335x_evm_config" |