summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/ti43x.inc
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-03-01 06:02:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-03-01 13:51:32 -0500
commit2499f8265cc4fdcd2c051e44417b06a735ad0400 (patch)
treea02b4d9a5ae9f96f2b2be3606694d058c5122c42 /conf/machine/include/ti43x.inc
parentaf51e167fd1057459cbd0605dfc38cd2630e9cef (diff)
downloadmeta-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.inc6
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
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_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)}" 29KERNEL_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
33KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
30 34
31UBOOT_ARCH = "arm" 35UBOOT_ARCH = "arm"
32UBOOT_MACHINE = "am43xx_evm_config" 36UBOOT_MACHINE = "am43xx_evm_config"