summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-02-25 13:54:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-02-26 16:59:50 -0300
commitddaff17c0d508a062c889f7ca01fe0db27e03feb (patch)
treeb3be477e855bb07a4c78028a93d5175f9aded007 /recipes-bsp
parentfa2cc09bb663ffb4329abe2c3830b1e08e7cbcdb (diff)
downloadmeta-fsl-arm-ddaff17c0d508a062c889f7ca01fe0db27e03feb.tar.gz
u-boot-fslc: Update to revision 5d0291f
This backports following fixes from the upcoming U-Boot 2015.04: 5d0291f warp: Add User Mass Storage support 49ad0f1 warp: Select BOUNCE_BUFFER and CMD_EXT options 5a10751 cmd_usb_mass_storage: Remove extra 'ums' string in the usage text dd00fe2 warp: Add initial WaRP Board support b9b6996 imx: mx6sl: Extend USDHC SD2 pins to support 8-wire use 4a01af4 mmc: fsl_esdhc: Add support to force VSELECT set 11688e5 mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V c1b0c39 imx:mx6slevk implement power init board 996d2cb imx:mx6slevk add pmic and i2c configuration 509825c imx:mx6sl add I2c pad settings 9867962 nitrogen6x: set environment variable reset_cause 64a6057 ARM: i.MX: provide access to reset cause through get_imx_reset_cause() d4c17e7 ot1200: add eeprom command to non-SPL build 7270ed6 cmd_eeprom: make it possible to define the used i2c bus dadd721 ARM: imx6 Add WDOG3 for i.MX6SX 3f5ba06 ARM: imx6: disable bandgap self-bias after boot Change-Id: I7a73b8722de1085ef93129c4e801617204d483e7 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2015.01.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
index 4281cc2..1207533 100644
--- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2015.01.bb
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot"
7 7
8PV = "v2015.01+git${SRCPV}" 8PV = "v2015.01+git${SRCPV}"
9 9
10SRCREV = "6e66aed373b038820664ca4630d3f5adc813d3e7" 10SRCREV = "5d0291f06ae9d69189b0790a9bd407038b2b29e3"
11SRCBRANCH = "patches-2015.01" 11SRCBRANCH = "patches-2015.01"
12SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}" 12SRC_URI = "git://github.com/Freescale/u-boot-fslc.git;branch=${SRCBRANCH}"
13 13
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
index 010ab10..40d50cb 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2015.01.bb
@@ -2,5 +2,5 @@ include u-boot-fslc.inc
2 2
3PV = "v2015.01+git${SRCPV}" 3PV = "v2015.01+git${SRCPV}"
4 4
5SRCREV = "6e66aed373b038820664ca4630d3f5adc813d3e7" 5SRCREV = "5d0291f06ae9d69189b0790a9bd407038b2b29e3"
6SRCBRANCH = "patches-2015.01" 6SRCBRANCH = "patches-2015.01"