From e866980b744e99c9254ebd529b26a0e461c81b84 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 2 Feb 2017 04:36:53 +0000 Subject: conf/machine: set KERNEL_DEVICETREE dtb list per machine Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap3.inc | 2 ++ conf/machine/include/ti33x.inc | 2 ++ conf/machine/include/ti43x.inc | 2 ++ 3 files changed, 6 insertions(+) (limited to 'conf/machine/include') 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" PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" +KERNEL_DEVICETREE = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb" + UBOOT_ARCH = "arm" UBOOT_MACHINE = "omap3_evm_config" 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" KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb am335x-bonegreen.dtb am335x-icev2.dtb" + UBOOT_ARCH = "arm" UBOOT_MACHINE = "am335x_evm_config" 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" KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE = "am43x-epos-evm.dtb am437x-gp-evm.dtb am437x-sk-evm.dtb am437x-idk-evm.dtb" + UBOOT_ARCH = "arm" UBOOT_MACHINE = "am43xx_evm_config" -- cgit v1.2.3-54-g00ecf