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/ti43x.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/ti43x.inc')
-rw-r--r-- | conf/machine/include/ti43x.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 87dcf55a..ddc270ae 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -26,7 +26,11 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | |||
26 | 26 | ||
27 | KERNEL_IMAGETYPE = "zImage" | 27 | KERNEL_IMAGETYPE = "zImage" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" | 29 | KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \ |
30 | am437x-sk-evm.dtb am437x-idk-evm.dtb \ | ||
31 | am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb" | ||
32 | |||
33 | KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}" | ||
30 | 34 | ||
31 | UBOOT_ARCH = "arm" | 35 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am43xx_evm_config" | 36 | UBOOT_MACHINE = "am43xx_evm_config" |