From c8ab873848091345d367b39a21ed6ccbced5aef3 Mon Sep 17 00:00:00 2001 From: Thuy Tran Date: Tue, 24 Oct 2017 14:50:51 +0700 Subject: rcar-gen3: u-boot: Upgrade version according to Linux BSP to v3.5.9 This commit updates u-boot according to Linux BSP v3.5.9 for supporting R-Car M3N Ver.1.0 and updating following items: - Add missing IPSR18 bits to R8A7795 PFC. - Fix unnecessary write "bus_width=1" for SDHI. U-boot config for M3N is r8a77965_salvator-x_defconfig. Signed-off-by: Thuy Tran 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') 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 5af3632..aff61ae 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.6" +BRANCH = "v2015.04/rcar-3.5.9" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "2ecffb1f4ecac39c7889e8685f0ca9ce11bb7533" +SRCREV = "24add58d915191d901915a6a8cc44faa748fcaa2" PV = "v2015.04+git${SRCPV}" -- cgit 1.2.3-korg