diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-01 14:43:08 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2014-08-01 14:45:15 -0300 |
commit | 84ecff2e39edc0ece95995597af537bd51d2a3b4 (patch) | |
tree | 374d5d6f4d67cd7dbc8dd6647b5b0b4671d94722 | |
parent | 6ef8db67df3436a463851ff95dcfb6a66132f3c0 (diff) | |
download | meta-fsl-arm-84ecff2e39edc0ece95995597af537bd51d2a3b4.tar.gz |
u-boot-fslc: Update to dfd9146 revision
This includes following fixes:
dfd9146 mx6sabresd: Use LDO dtb file until PMIC support is added
28b6bee mx6slevk: Use LDO dtb file until PMIC support is added
This avoids boot issues due the lacking of LDO bypass support.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb index 3e9732a..3a1c6e4 100644 --- a/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc-mxsboot_2014.07.bb | |||
@@ -7,7 +7,7 @@ PROVIDES = "u-boot-mxsboot" | |||
7 | 7 | ||
8 | PV = "v2014.07" | 8 | PV = "v2014.07" |
9 | 9 | ||
10 | SRCREV = "7a3b1da437a871e1d7552626c0ad07605b7e5252" | 10 | SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" |
11 | SRCBRANCH = "patches-2014.07" | 11 | SRCBRANCH = "patches-2014.07" |
12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" | 12 | SRC_URI = "git://github.com/Freescale/u-boot-imx.git;branch=${SRCBRANCH}" |
13 | 13 | ||
diff --git a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb index e832638..bd77227 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2014.07.bb | |||
@@ -2,5 +2,5 @@ include u-boot-fslc.inc | |||
2 | 2 | ||
3 | PV = "v2014.07" | 3 | PV = "v2014.07" |
4 | 4 | ||
5 | SRCREV = "7a3b1da437a871e1d7552626c0ad07605b7e5252" | 5 | SRCREV = "dfd914691dc005427a97881c68a80bade7188cfb" |
6 | SRCBRANCH = "patches-2014.07" | 6 | SRCBRANCH = "patches-2014.07" |