Include following fixes: * i.MX6Q SabreSD/SabreAUTO: Environment fix for 'mmc rescan' * i.MX6SL EVK: Fix memory size
Change-Id: I25cfffe4f6619cc54b839a9a42b26a80c3e3c08b Signed-off-by: Otavio Salvador <[email protected]> --- conf/machine/include/imx-base.inc | 4 ++-- recipes-bsp/u-boot/u-boot-fslc_2013.04.bb | 2 +- recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc index b421807..b34c7f8 100644 --- a/conf/machine/include/imx-base.inc +++ b/conf/machine/include/imx-base.inc @@ -22,8 +22,8 @@ UBOOT_LOADADDRESS_mx53 = "0x70800000" UBOOT_ENTRYPOINT_mx6 = "0x10800000" UBOOT_LOADADDRESS_mx6 = "0x10800000" -UBOOT_ENTRYPOINT_mx6sl = "0X80800000" -UBOOT_LOADADDRESS_mx6sl = "0X80800000" +UBOOT_ENTRYPOINT_mx6sl = "0x80800000" +UBOOT_LOADADDRESS_mx6sl = "0x80800000" PREFERRED_VERSION_xserver-xorg_mx6 = "2:1.11.4" diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb index 01b9d59..f339996 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.04.bb @@ -10,7 +10,7 @@ PROVIDES += "u-boot" PV = "v2013.04" -SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" +SRCREV = "debad5d6cba77538d183ac947a41f6b88f9498b2" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" diff --git a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb index b6c271f..0ef48a2 100644 --- a/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb +++ b/recipes-bsp/u-boot/u-boot-mxsboot_2013.04.bb @@ -5,7 +5,7 @@ SECTION = "bootloader" PV = "v2013.04" -SRCREV = "7e2cfc83e91229e2573a3b51aec9e8c9fd27ed79" +SRCREV = "debad5d6cba77538d183ac947a41f6b88f9498b2" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" -- 1.8.1 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
