diff options
author | Daiane Angolini <daiane.angolini@freescale.com> | 2012-12-21 12:10:26 -0600 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-12-21 16:51:26 -0200 |
commit | fc7721ccc29dcfe4b4fce1c82ee6e64ea8f50251 (patch) | |
tree | 7aa9cc4babd8981c0e25f2f65b8f7e50ffbba033 | |
parent | c5de02903826e1bc56f39c4ea177bb5d535ddd10 (diff) | |
download | meta-fsl-arm-fc7721ccc29dcfe4b4fce1c82ee6e64ea8f50251.tar.gz |
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 <daiane.angolini@freescale.com>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2012.10.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb index 7db9339..4bb2d87 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb | |||
@@ -9,9 +9,9 @@ DEPENDS_mxs += "elftosb-native" | |||
9 | PROVIDES += "u-boot" | 9 | PROVIDES += "u-boot" |
10 | 10 | ||
11 | PV = "v2012.10" | 11 | PV = "v2012.10" |
12 | PR = "r2" | 12 | PR = "r3" |
13 | 13 | ||
14 | SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38" | 14 | SRCREV = "01116f7a492283dae8c39d50183998488634720c" |
15 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 15 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |