From 84106edc2e3d943dadf0800ca4e99b1bebb1c9e5 Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Wed, 14 Mar 2018 19:42:53 +0700 Subject: rcar-gen3: u-boot: Update SRCREV to follow the latest version This commit updates u-boot SRCREV for following changes: - Add I2C setting for reset by PMIC for E3. - Add reset command support by using PMIC for E3. - Fix pinmux_config_regs array for E3. - Add clock stops before boot os for E3. 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(-) 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 b8ed7c3..1594982 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 @@ -4,10 +4,10 @@ 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.6.0" +BRANCH = "v2015.04/rcar-3.6.1" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "eaf09736bb2f1458e19ae0c3176b97ec3aa00219" +SRCREV = "9d718378c4e48d043832f2c2067eb08478c19c53" PV = "v2015.04+git${SRCPV}" -- cgit 1.2.3-korg