summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx23evk.conf2
-rw-r--r--conf/machine/imx28evk.conf2
-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/imx6dlsabreauto.conf2
-rw-r--r--conf/machine/imx6dlsabresd.conf2
-rw-r--r--conf/machine/imx6qsabreauto.conf2
-rw-r--r--conf/machine/imx6qsabresd.conf2
-rw-r--r--conf/machine/imx6solosabreauto.conf2
-rw-r--r--conf/machine/imx6solosabresd.conf2
11 files changed, 11 insertions, 11 deletions
diff --git a/conf/machine/imx23evk.conf b/conf/machine/imx23evk.conf
index 820f3ba..78b259b 100644
--- a/conf/machine/imx23evk.conf
+++ b/conf/machine/imx23evk.conf
@@ -11,7 +11,7 @@ IMXBOOTLETS_MACHINE = "stmp378x_dev"
11UBOOT_MACHINE = "mx23evk_config" 11UBOOT_MACHINE = "mx23evk_config"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx23-evk.dts" 14KERNEL_DEVICETREE = "imx23-evk.dtb"
15 15
16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
17IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" 17IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index b6e98d0..e38341a 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -11,7 +11,7 @@ IMXBOOTLETS_MACHINE = "iMX28_EVK"
11UBOOT_MACHINE = "mx28evk_config" 11UBOOT_MACHINE = "mx28evk_config"
12 12
13KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
14KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx28-evk.dts" 14KERNEL_DEVICETREE = "imx28-evk.dtb"
15 15
16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" 16SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
17IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard" 17IMAGE_FSTYPES ?= "tar.bz2 ext3 uboot.mxsboot-sdcard sdcard"
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
index 9c81dd6..c363aac 100644
--- a/conf/machine/imx51evk.conf
+++ b/conf/machine/imx51evk.conf
@@ -8,6 +8,6 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5:mx51" 9SOC_FAMILY = "mx5:mx51"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx51-babbage.dts" 11KERNEL_DEVICETREE = "imx51-babbage.dtb"
12 12
13UBOOT_MACHINE = "mx51evk_config" 13UBOOT_MACHINE = "mx51evk_config"
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index 5e6137c..720045a 100644
--- a/conf/machine/imx53ard.conf
+++ b/conf/machine/imx53ard.conf
@@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5:mx53" 9SOC_FAMILY = "mx5:mx53"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-ard.dts" 11KERNEL_DEVICETREE = "imx53-ard.dtb"
12 12
13UBOOT_MACHINE = "mx53ard_config" 13UBOOT_MACHINE = "mx53ard_config"
14 14
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index ca84243..b5ea3ad 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -8,7 +8,7 @@ include conf/machine/include/tune-cortexa8.inc
8 8
9SOC_FAMILY = "mx5:mx53" 9SOC_FAMILY = "mx5:mx53"
10 10
11KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx53-qsb.dts" 11KERNEL_DEVICETREE = "imx53-qsb.dtb"
12 12
13UBOOT_MACHINE = "mx53loco_config" 13UBOOT_MACHINE = "mx53loco_config"
14 14
diff --git a/conf/machine/imx6dlsabreauto.conf b/conf/machine/imx6dlsabreauto.conf
index a896243..9f44316 100644
--- a/conf/machine/imx6dlsabreauto.conf
+++ b/conf/machine/imx6dlsabreauto.conf
@@ -7,7 +7,7 @@ require conf/machine/include/imx6sabreauto-common.inc
7 7
8SOC_FAMILY = "mx6:mx6dl" 8SOC_FAMILY = "mx6:mx6dl"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts" 10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
11 11
12UBOOT_MACHINE = "mx6dlsabreauto_config" 12UBOOT_MACHINE = "mx6dlsabreauto_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
diff --git a/conf/machine/imx6dlsabresd.conf b/conf/machine/imx6dlsabresd.conf
index c56d0d7..2797c7c 100644
--- a/conf/machine/imx6dlsabresd.conf
+++ b/conf/machine/imx6dlsabresd.conf
@@ -7,6 +7,6 @@ require conf/machine/include/imx6sabresd-common.inc
7 7
8SOC_FAMILY = "mx6:mx6dl" 8SOC_FAMILY = "mx6:mx6dl"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabresd.dts" 10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
11 11
12UBOOT_MACHINE = "mx6dlsabresd_config" 12UBOOT_MACHINE = "mx6dlsabresd_config"
diff --git a/conf/machine/imx6qsabreauto.conf b/conf/machine/imx6qsabreauto.conf
index 979ad86..aa1fbb6 100644
--- a/conf/machine/imx6qsabreauto.conf
+++ b/conf/machine/imx6qsabreauto.conf
@@ -7,6 +7,6 @@ require conf/machine/include/imx6sabreauto-common.inc
7 7
8SOC_FAMILY = "mx6:mx6q" 8SOC_FAMILY = "mx6:mx6q"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabreauto.dts" 10KERNEL_DEVICETREE = "imx6q-sabreauto.dtb"
11 11
12UBOOT_MACHINE = "mx6qsabreauto_config" 12UBOOT_MACHINE = "mx6qsabreauto_config"
diff --git a/conf/machine/imx6qsabresd.conf b/conf/machine/imx6qsabresd.conf
index d5c200f..15d780b 100644
--- a/conf/machine/imx6qsabresd.conf
+++ b/conf/machine/imx6qsabresd.conf
@@ -7,6 +7,6 @@ require conf/machine/include/imx6sabresd-common.inc
7 7
8SOC_FAMILY = "mx6:mx6q" 8SOC_FAMILY = "mx6:mx6q"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6q-sabresd.dts" 10KERNEL_DEVICETREE = "imx6q-sabresd.dtb"
11 11
12UBOOT_MACHINE = "mx6qsabresd_config" 12UBOOT_MACHINE = "mx6qsabresd_config"
diff --git a/conf/machine/imx6solosabreauto.conf b/conf/machine/imx6solosabreauto.conf
index 302c77c..2e12934 100644
--- a/conf/machine/imx6solosabreauto.conf
+++ b/conf/machine/imx6solosabreauto.conf
@@ -7,7 +7,7 @@ require conf/machine/include/imx6sabresd-common.inc
7 7
8SOC_FAMILY = "mx6:mx6s" 8SOC_FAMILY = "mx6:mx6s"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabreauto.dts" 10KERNEL_DEVICETREE = "imx6dl-sabreauto.dtb"
11 11
12UBOOT_MACHINE = " mx6solosabreauto_config" 12UBOOT_MACHINE = " mx6solosabreauto_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
index 9c09531..44031a8 100644
--- a/conf/machine/imx6solosabresd.conf
+++ b/conf/machine/imx6solosabresd.conf
@@ -7,7 +7,7 @@ require conf/machine/include/imx6sabresd-common.inc
7 7
8SOC_FAMILY = "mx6:mx6s" 8SOC_FAMILY = "mx6:mx6s"
9 9
10KERNEL_DEVICETREE = "${S}/arch/arm/boot/dts/imx6dl-sabresd.dts" 10KERNEL_DEVICETREE = "imx6dl-sabresd.dtb"
11 11
12UBOOT_MACHINE = " mx6solosabresd_config" 12UBOOT_MACHINE = " mx6solosabresd_config"
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"