diff options
author | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-14 19:42:53 +0700 |
---|---|---|
committer | Khang Nguyen <khang.nguyen.xv@rvc.renesas.com> | 2018-03-22 13:36:54 +0700 |
commit | 84106edc2e3d943dadf0800ca4e99b1bebb1c9e5 (patch) | |
tree | 2fc2705f61b139f2ffd2bd7dc915491fd1699c46 /meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | |
parent | e05044a3d4004a7a3834fa3754a01bb9f5d4c615 (diff) |
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 <khang.nguyen.xv@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb')
-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 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}" |