Skip to content

Commit

Permalink
u-boot-imx: Bump PR to get I2C drive strength fix
Browse files Browse the repository at this point in the history
Previously, I2C drive strength was set too high, which could prevent
us from communicating with the PMIC on boot.
  • Loading branch information
Sean Cross committed Mar 13, 2013
1 parent 579ce53 commit 255031e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-bsp/u-boot/u-boot-imx_2012.10.bb
Expand Up @@ -6,10 +6,10 @@ LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"

SRCREV = "14ff444d22845f3be1f74e5d5d4157145e327cbc"
SRCREV = "06fd52738d76ef401be643bf7e89e2d577848a46"

PV = "v2012.10+git${SRCPV}"
PR = "r11"
PR = "r12"

SRC_URI = "git://github.com/sutajiokousagi/u-boot-imx6.git;branch=u-boot-imx-staging;protocol=git\
file://boot.script \
Expand Down

0 comments on commit 255031e

Please sign in to comment.