aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@rvc.renesas.com>2017-03-30 14:50:02 +0700
committerKhiem Nguyen <khiem.nguyen.xt@renesas.com>2017-04-19 09:57:05 +0700
commitc18d07cc989df6ea25e73541e5ca449a15fe71d9 (patch)
treea5cb5cf28a7a9f17776325deab090527e4dfaa24
parenta12483ddadd6263e424dca64adef7861b04d8604 (diff)
rcar-gen3: u-boot: Upgrade u-boot to v3.5.3
This commit updates u-boot version corresponding to BSP v3.5.3 for following items: - Add workaround for PRR register of R-Car M3 WS1.1. (Fix printing cpu info.) - Fix USB2.0 ch2 found device for R-Car H3 WS2.0. - Revert "armv8: Add ISB after cpacr_el1 update" for I/D cache ON. Change-Id: I952aabfeec8b8518760494ba987f2cdd045b6f66 Signed-off-by: Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-rw-r--r--meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb4
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 5aa9f05..6f7926b 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
@@ -3,12 +3,12 @@ require recipes-bsp/u-boot/u-boot.inc
DEPENDS += "dtc-native"
UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git"
-BRANCH = "v2015.04/rcar-3.5.2"
+BRANCH = "v2015.04/rcar-3.5.3"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
SRC_URI = "${UBOOT_URL};branch=${BRANCH}"
-SRCREV = "8fb308f7050caa47c3071582738e9af8f3cd9db3"
+SRCREV = "058edfcb95d8d1b58403bbe81e0507924b4b2fb8"
PV = "v2015.04+git${SRCPV}"