summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2017-02-02 04:36:53 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-02-02 18:34:47 -0500
commite866980b744e99c9254ebd529b26a0e461c81b84 (patch)
tree4f99c8b5efe5c3fa892e48ca38a19380cfe06b2e /conf/machine/include
parentff8c2019ac1f1f7646ee5c2a6eb4327217be6779 (diff)
downloadmeta-ti-e866980b744e99c9254ebd529b26a0e461c81b84.tar.gz
conf/machine: set KERNEL_DEVICETREE dtb list per machine
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/omap3.inc2
-rw-r--r--conf/machine/include/ti33x.inc2
-rw-r--r--conf/machine/include/ti43x.inc2
3 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 4fe4cb3a..8c6423da 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -26,6 +26,8 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
26PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 26PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
27PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 27PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
28 28
29KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
30
29UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "omap3_evm_config" 32UBOOT_MACHINE = "omap3_evm_config"
31XLOAD_MACHINE = "omap3evm_config" 33XLOAD_MACHINE = "omap3evm_config"
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index 6d1a45bb..73d9aa49 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -26,6 +26,8 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
26 26
27KERNEL_IMAGETYPE = "zImage" 27KERNEL_IMAGETYPE = "zImage"
28 28
29KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb"
30
29UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "am335x_evm_config" 32UBOOT_MACHINE = "am335x_evm_config"
31 33
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 807a42e5..8f2e11f1 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,6 +26,8 @@ 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-sk-evm.dtb am437x-idk-evm.dtb"
30
29UBOOT_ARCH = "arm" 31UBOOT_ARCH = "arm"
30UBOOT_MACHINE = "am43xx_evm_config" 32UBOOT_MACHINE = "am43xx_evm_config"
31 33