aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-bsp
diff options
context:
space:
mode:
authorThao Nguyen <thao.nguyen.yb@renesas.com>2017-07-12 15:41:12 +0700
committerThao Nguyen <thao.nguyen.yb@renesas.com>2017-08-25 08:37:58 +0700
commit4c5fb5237c755193099c5e2b885dd563cc106d36 (patch)
treeee836ccbc6a69c7dc9a39f8bfcea10033484df43 /meta-rcar-gen3/recipes-bsp
parent9da249f633f29635ba0a1c806898b83ff34f3b05 (diff)
rcar-gen3: u-boot: Upgrade version according to Linux BSP to v3.5.6
This commit updates u-boot according to Linux BSP v3.5.6 for below fixes: - Fix u-boot reset for ULCB. - The SMSTPCR value is illegal immediately before the start of the kernel. - The following fatls command execution of usb start/stop Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp')
-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 d4f4288..5af3632 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.4"
+BRANCH = "v2015.04/rcar-3.5.6"
LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
SRC_URI = "${UBOOT_URL};branch=${BRANCH}"
-SRCREV = "c0333b94791fa61cca1208a9d0e83424ebc01d82"
+SRCREV = "2ecffb1f4ecac39c7889e8685f0ca9ce11bb7533"
PV = "v2015.04+git${SRCPV}"