diff options
author | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-06-21 08:06:58 +0700 |
---|---|---|
committer | Thao Nguyen <thao.nguyen.yb@renesas.com> | 2017-06-21 10:53:05 +0700 |
commit | 8d26f47d152c812b281b52e65fbbec4b39cc16cf (patch) | |
tree | 465191516b8a9a7949c9a30be3beef3d316af5ae | |
parent | f70462150453865982dced0edd31fd7c1385f538 (diff) |
rcar-gen3: u-boot: Update u-boot to v3.5.4
This commit updates u-boot to BSP v3.5.4 for following changes:
- Remove MSTP registers values rewriting process.
- Fix multiple declarations of DECLARE_GLOBAL_DATA_PTR.
Signed-off-by: Thao Nguyen <thao.nguyen.yb@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
-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 6f7926b..d4f4288 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.3" +BRANCH = "v2015.04/rcar-3.5.4" LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "058edfcb95d8d1b58403bbe81e0507924b4b2fb8" +SRCREV = "c0333b94791fa61cca1208a9d0e83424ebc01d82" PV = "v2015.04+git${SRCPV}" |