diff options
author | Duy Dang <duy.dang.yw@renesas.com> | 2019-05-10 14:05:37 +0700 |
---|---|---|
committer | Duy Dang <duy.dang.yw@renesas.com> | 2019-07-15 10:05:24 +0700 |
commit | fd9043582dff30021c8068e91cab577518f44205 (patch) | |
tree | ca2100125b76883a68527137b55fc674ab37976a /meta-rcar-gen3/recipes-bsp | |
parent | e805edee3402f1a23be4301a6a5a621d02df3a9a (diff) |
rcar-gen3: u-boot: Update U-Boot version to 3.9.5
This commit updates U-Boot version to 3.9.5 for the following
changes:
- Fix name to AVB_AVTP_{MATCH/CAPTURE}.
- Add DRAM 2x4G memory map support for M3 Ver.3.0 SiP.
Change-Id: Ic1ad4f8fd0eec13bb872b5d17bb2742ab59b3ae3
Signed-off-by: Duy Dang <duy.dang.yw@renesas.com>
Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com>
Diffstat (limited to 'meta-rcar-gen3/recipes-bsp')
-rw-r--r-- | meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb index dc9d167..da155ce 100644 --- a/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb +++ b/meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2018.09.bb @@ -4,10 +4,10 @@ require u-boot.inc DEPENDS += "bc-native dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" -BRANCH = "v2018.09/rcar-3.9.3" +BRANCH = "v2018.09/rcar-3.9.5" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "2b858f59e82177c8aba621b26629d797db2b7cc7" +SRCREV = "33049e0f28708289ade19d09a51ba278f6ddbe1c" PV = "v2018.09+git${SRCPV}" UBOOT_SREC_SUFFIX = "srec" |