diff options
author | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-10-24 14:50:51 +0700 |
---|---|---|
committer | Thuy Tran <thuy.tran.xh@rvc.renesas.com> | 2017-11-24 20:14:47 +0700 |
commit | c8ab873848091345d367b39a21ed6ccbced5aef3 (patch) | |
tree | 046a11348353bf77e5d1aac925713a4ec5527323 /meta-rcar-gen3 | |
parent | 7d135e5c8bc5cc7b3c14ce942383542dbc2ce6e6 (diff) |
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 <thuy.tran.xh@rvc.renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3')
-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 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}" |