diff options
author | Tom Rini <trini@konsulko.com> | 2018-05-15 16:19:36 -0400 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2018-09-04 12:57:53 +0000 |
commit | 4e8493f1769316a2099b0863a362bc3daac61c6d (patch) | |
tree | 54d5aea23d64e80f092f86f468ef29b8f384015f /meta-rcar-gen3/recipes-bsp/u-boot/u-boot_2015.04.bb | |
parent | 2281ecfcc65a69c3e1a24fd88230b9ec78865270 (diff) |
[COMMUNITY] U-Boot: Backport increase to CBSIZE/etc
Starting with v2017.09 of upstream U-Boot the console buffer and maxargs
have been greatly increased. This is important for passing in longer
kernel command lines to the kernel as is done in CI.
Change-Id: I996aa7cec7a92b7d6d329a55edd24e85dbd81203
Bug-AGL: SPEC-1434
Signed-off-by: Tom Rini <trini@konsulko.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, 3 insertions, 1 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 6ca5ca5..23c3dd5 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 @@ -7,7 +7,9 @@ DEPENDS += "dtc-native" UBOOT_URL = "git://github.com/renesas-rcar/u-boot.git" BRANCH = "v2015.04/rcar-3.7.0" -SRC_URI = "${UBOOT_URL};branch=${BRANCH}" + +SRC_URI = "${UBOOT_URL};branch=${BRANCH} \ + file://0001-ARM-rmobile-Increase-console-buffer-sizes.patch" SRCREV = "6a82c94590cda5d61720798979bdf0144b9569b9" PV = "v2015.04+git${SRCPV}" |