diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-06-11 10:47:05 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-06-18 17:55:58 +0700 |
commit | e0251fa9202e14a704e5c8335b1cef60bbf8ea20 (patch) | |
tree | eb289c3f65176853ebd69f80532f6b81b7ac95ba | |
parent | 8b090e008ef2c4cb9a97c20426f1ac03f9f15555 (diff) |
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 <khang.nguyen.xv@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.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 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}" |