diff options
author | Dan Murphy <dmurphy@ti.com> | 2017-02-24 02:54:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-27 18:14:37 -0500 |
commit | cfd0c17ff15f80f8ed77073cee058198ebf3a48a (patch) | |
tree | fa4d0bc270232fd2ae014b62c2188c62eec5a4fb /conf/machine/include/ti43x.inc | |
parent | 2937b458ab8510c3ef01147aae0b2e75debd6b8e (diff) | |
download | meta-ti-cfd0c17ff15f80f8ed77073cee058198ebf3a48a.tar.gz |
conf: am43: Add hdmi dtb file to Device tree files
AM43x was missing the hdmi dtb file in the
KERNEL_DEVICETREE variable. Adding this in allows for
a copy to deploy directory.
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/ti43x.inc')
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index 8f2e11f1..2a2fd8dc 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -26,7 +26,7 @@ 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-sk-evm.dtb am437x-idk-evm.dtb" | 29 | KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb" |
30 | 30 | ||
31 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
32 | UBOOT_MACHINE = "am43xx_evm_config" | 32 | UBOOT_MACHINE = "am43xx_evm_config" |