diff options
| author | Daiane Angolini <daiane.angolini@freescale.com> | 2012-10-30 07:36:33 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-10-30 16:21:26 -0200 |
| commit | 04efee0947f405a0429e97df23a5b20318d7a65b (patch) | |
| tree | 7b972c33c5e571778e95c054cfc7a303436d3303 | |
| parent | 65e75009cb7afd15e3f7ca56ec3617c5c1a50ed1 (diff) | |
| download | meta-freescale-04efee0947f405a0429e97df23a5b20318d7a65b.tar.gz | |
u-boot: Update to newer version
Change mmcroot so it works out of box
The mmcroot setting vary between mx6qsabreauto and mx6qsabresd so we
move this to the board configuration file.
Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb index 6bcd2a774..5ee6920fc 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot_2012.10.bb | |||
| @@ -7,8 +7,9 @@ COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" | |||
| 7 | DEPENDS_mxs += "elftosb-native" | 7 | DEPENDS_mxs += "elftosb-native" |
| 8 | 8 | ||
| 9 | PV = "v2012.10" | 9 | PV = "v2012.10" |
| 10 | PR = "r1" | ||
| 10 | 11 | ||
| 11 | SRCREV = "18cfaf0a6d31339106c32fdcdef2408829817143" | 12 | SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38" |
| 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | 13 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git" |
| 13 | 14 | ||
| 14 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
