From c3c8de6f3c153f9a1b35cdf4f30b33c413ca033f Mon Sep 17 00:00:00 2001 From: Khang Nguyen Date: Mon, 3 Sep 2018 22:47:13 -0400 Subject: rcar-gen3: u-boot: Update SRCREV to follow the latest version This commit updates u-boot SRCREV to follow the latest version for following updates: - Remove MSTP initial setting value definition. - Increase console buffer sizes. Signed-off-by: Khang Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-rcar-gen3/recipes-bsp') 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 6ca5ca5..d1fedcb 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 @@ -5,10 +5,10 @@ require include/uboot-control.inc DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" -BRANCH = "v2015.04/rcar-3.7.0" +BRANCH = "v2015.04/rcar-3.7.2" SRC_URI = "${UBOOT_URL};branch=${BRANCH}" -SRCREV = "6a82c94590cda5d61720798979bdf0144b9569b9" +SRCREV = "4ffb597708d47828ebe6df708368633a9eaed5f9" PV = "v2015.04+git${SRCPV}" -- cgit 1.2.3-korg