diff options
author | Thao Nguyen <thao.nguyen.yb@rvc.renesas.com> | 2017-02-16 09:59:21 +0700 |
---|---|---|
committer | Khiem Nguyen <khiem.nguyen.xt@renesas.com> | 2017-03-23 14:56:33 +0700 |
commit | 9ca63c29c87c99a56d8b382f7522bc039a577f0d (patch) | |
tree | c26cad9b1df479eeaa15d870de9bfeff4eb6d91e /meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | |
parent | aa056245460d8fa989ff6b3b4125f5292d705e06 (diff) |
rcar-gen3: u-boot: upgrade BSP v3.5.0 -> v3.5.2
This patch upgrade BSP v3.5.0 -> v3.5.2.
[v3.5.2]
- Fix Ethernet driver and could turn on I/D cache.
Change-Id: Ic90b59ea4db549248b263eedd4fd40c865f74408
Signed-off-by: Thao Nguyen <thao.nguyen.yb@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 1aa4961..5aa9f05 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.0" +BRANCH = "v2015.04/rcar-3.5.2" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "1852a50412be4cd8b4f668d78003293e437e7ac2" +SRCREV = "8fb308f7050caa47c3071582738e9af8f3cd9db3" PV = "v2015.04+git${SRCPV}" |