From f9b8d95b6e11edf09d296a436aed3567e3a5578b Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 21 Dec 2012 12:10:26 -0600 Subject: [PATCH] u-boot: Update u-boot 2012.10 to a newer version This update includes the following changes: mx53loco: Change default loadaddr to 0x72000000 mx6qsabrelite: Change default loadaddr to 0x12000000 mx6qsabre_common: Change default loadaddr to 0x12000000 mx28evk: Add support to dynamically choose between ftd use or not mx53loco: Add support to dynamically choose between ftd use or not mx6qsabrelite: Add support to dynamically choose between ftd use or not mx6qsabre{auto,sd}: Add support to dynamically choose between ftd use or not Signed-off-by: Daiane Angolini --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb index 7db9339d..4bb2d878 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb @@ -9,9 +9,9 @@ DEPENDS_mxs += "elftosb-native" PROVIDES += "u-boot" PV = "v2012.10" -PR = "r2" +PR = "r3" -SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38" +SRCREV = "01116f7a492283dae8c39d50183998488634720c" SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" -- 2.40.1