diff options
author | Khang Nguyen <khang.nguyen.xw@renesas.com> | 2018-09-03 22:47:13 -0400 |
---|---|---|
committer | Duy Dang <duy.dang.yw@rvc.renesas.com> | 2018-10-19 09:25:15 +0700 |
commit | c3c8de6f3c153f9a1b35cdf4f30b33c413ca033f (patch) | |
tree | dc22275bf635a93539346d1963023ac79ec0159d /meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | |
parent | 63e004e3c1ec9c012bee15193951080c4095db3c (diff) |
rcar-gen3: u-boot: Update SRCREV to follow the latest version
This commit updates u-boot SRCREV to follow the latest version for
following updates:
- Remove MSTP initial setting value definition.
- Increase console buffer sizes.
Signed-off-by: Khang Nguyen <khang.nguyen.xw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb index 6ca5ca5..d1fedcb 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb @@ -5,10 +5,10 @@ require include/uboot-control.inc DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" -BRANCH = "v2015.04/rcar-3.7.0" +BRANCH = "v2015.04/rcar-3.7.2" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "6a82c94590cda5d61720798979bdf0144b9569b9" +SRCREV = "4ffb597708d47828ebe6df708368633a9eaed5f9" PV = "v2015.04+git${SRCPV}" |