diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-02-02 04:36:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-02-02 18:34:47 -0500 |
commit | e866980b744e99c9254ebd529b26a0e461c81b84 (patch) | |
tree | 4f99c8b5efe5c3fa892e48ca38a19380cfe06b2e /conf/machine/include | |
parent | ff8c2019ac1f1f7646ee5c2a6eb4327217be6779 (diff) | |
download | meta-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.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti33x.inc | 2 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 2 |
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" | |||
26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" | 26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" |
27 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" | 27 | PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" |
28 | 28 | ||
29 | KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" | ||
30 | |||
29 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
30 | UBOOT_MACHINE = "omap3_evm_config" | 32 | UBOOT_MACHINE = "omap3_evm_config" |
31 | XLOAD_MACHINE = "omap3evm_config" | 33 | XLOAD_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 | ||
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" | ||
30 | |||
29 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
30 | UBOOT_MACHINE = "am335x_evm_config" | 32 | UBOOT_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 | ||
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" | ||
30 | |||
29 | UBOOT_ARCH = "arm" | 31 | UBOOT_ARCH = "arm" |
30 | UBOOT_MACHINE = "am43xx_evm_config" | 32 | UBOOT_MACHINE = "am43xx_evm_config" |
31 | 33 | ||