aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx23evk.conf1
-rw-r--r--conf/machine/imx28evk.conf1
-rw-r--r--conf/machine/imx51evk.conf2
-rw-r--r--conf/machine/imx53ard.conf2
-rw-r--r--conf/machine/imx53qsb.conf2
-rw-r--r--conf/machine/imx6qsabrelite.conf2
6 files changed, 10 insertions, 0 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 2722b25..a4a9078 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -7,6 +7,7 @@ include conf/machine/include/mxs-base.inc
IMXBOOTLETS_MACHINE = "stmp378x_dev"
KERNEL_IMAGETYPE = "zImage"
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts"
IMAGE_BOOTLOADER = "imx-bootlets"
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index c00d358..62c468f 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -13,6 +13,7 @@ UBOOT_MAKE_TARGET = "u-boot.sb"
UBOOT_SUFFIX = "sb"
KERNEL_IMAGETYPE = "uImage"
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts"
SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
index 0f6771d..5d7bbab 100644
--- a/conf/machine/imx51evk.conf
+++ b/conf/machine/imx51evk.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
SOC_FAMILY = "mx5"
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx51-babbage.dts"
+
UBOOT_ENTRYPOINT = "0xa0000000"
UBOOT_LOADADDRESS = "0xa0000000"
UBOOT_MACHINE = "mx51evk_config"
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index d4ff4d7..9b070d0 100644
--- a/conf/machine/imx53ard.conf
+++ b/conf/machine/imx53ard.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
SOC_FAMILY = "mx5"
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-ard.dts"
+
UBOOT_ENTRYPOINT = "0x70800000"
UBOOT_LOADADDRESS = "0x70800000"
UBOOT_MACHINE = "mx53ard_config"
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index 69aa7b0..ca73671 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa8.inc
SOC_FAMILY = "mx5"
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts"
+
UBOOT_ENTRYPOINT = "0x70800000"
UBOOT_LOADADDRESS = "0x70800000"
UBOOT_MACHINE = "mx53loco_config"
diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf
index f26f9a1..7af8a17 100644
--- a/conf/machine/imx6qsabrelite.conf
+++ b/conf/machine/imx6qsabrelite.conf
@@ -8,6 +8,8 @@ include conf/machine/include/tune-cortexa9.inc
SOC_FAMILY = "mx6"
+KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabrelite.dts"
+
UBOOT_ENTRYPOINT = "0x10800000"
UBOOT_LOADADDRESS = "0x10800000"
UBOOT_MACHINE = "mx6qsabrelite_config"