From e0251fa9202e14a704e5c8335b1cef60bbf8ea20 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Mon, 11 Jun 2018 10:47:05 +0700 Subject: rcar-gen3: u-boot: Upgrade u-boot according to Linux BSP v3.7.0 This commit upgrades u-boot version corresponding to BSP v3.7.0 for below fix: - Fix R-Car M3 version display from Ver.1.1 to Ver.1.1/Ver.1.2. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen3/recipes-bsp') 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 c6f9703..6ca5ca5 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.6.2" +BRANCH = "v2015.04/rcar-3.7.0" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "fb858758470b6ca8e829c9ad455ecac3dbb9774c" +SRCREV = "6a82c94590cda5d61720798979bdf0144b9569b9" PV = "v2015.04+git${SRCPV}" -- cgit 1.2.3-korg