summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6solosabresd.conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2014-07-05 18:15:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2014-07-21 10:59:32 -0300
commit4b9a587d6d781e5922ac7b747d8a9adf708994d9 (patch)
tree12f35ab9a2144043dcdb80db97261beae1b94dc9 /conf/machine/imx6solosabresd.conf
parent97052301a516faa9ab8bc01b85d882b0884e98f4 (diff)
downloadmeta-fsl-arm-4b9a587d6d781e5922ac7b747d8a9adf708994d9.tar.gz
u-boot-fslc: Update to 2014.07-based release
This updates the FSL Community's U-Boot fork to a 2014.07-based release. Along with the recipe revision changes, this modifies the default kernel image to "zImage" as most machines maintained in meta-fsl-arm now uses it. The machines that are still using uImage are: - imx31pdk - imx35pdk - imx53ard - imx6dlsabreauto - imx6solosabreauto - imx6solosabresd Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6solosabresd.conf')
-rw-r--r--conf/machine/imx6solosabresd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/imx6solosabresd.conf b/conf/machine/imx6solosabresd.conf
index f670ed3..085463a 100644
--- a/conf/machine/imx6solosabresd.conf
+++ b/conf/machine/imx6solosabresd.conf
@@ -12,6 +12,7 @@ KERNEL_DEVICETREE = "imx6dl-sabresd.dtb imx6dl-sabresd-ldo.dtb"
12 12
13PREFERRED_PROVIDER_u-boot = "u-boot-imx" 13PREFERRED_PROVIDER_u-boot = "u-boot-imx"
14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" 14PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
15KERNEL_IMAGETYPE = "uImage"
15 16
16UBOOT_CONFIG ??= "sd" 17UBOOT_CONFIG ??= "sd"
17UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard" 18UBOOT_CONFIG[sd] = "mx6solosabresd_config,sdcard"