diff mbox series

configs/solidrun_clearfog: bump U-Boot to 2019.07

Message ID 37593543049fd0255866302007c4b87092d270cc.1565587055.git.baruch@tkos.co.il
State Accepted
Headers show
Series configs/solidrun_clearfog: bump U-Boot to 2019.07 | expand

Commit Message

Baruch Siach Aug. 12, 2019, 5:17 a.m. UTC
Fixes "SPL image too big" error.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/269139293

Cc: Jan Kundrát <jan.kundrat@cesnet.cz>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 configs/solidrun_clearfog_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Petazzoni Aug. 12, 2019, 8:37 p.m. UTC | #1
On Mon, 12 Aug 2019 08:17:35 +0300
Baruch Siach <baruch@tkos.co.il> wrote:

> Fixes "SPL image too big" error.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/269139293
> 
> Cc: Jan Kundrát <jan.kundrat@cesnet.cz>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  configs/solidrun_clearfog_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/configs/solidrun_clearfog_defconfig b/configs/solidrun_clearfog_defconfig
index fd6f278aa13f..b73b9e8ecbb5 100644
--- a/configs/solidrun_clearfog_defconfig
+++ b/configs/solidrun_clearfog_defconfig
@@ -33,7 +33,7 @@  BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION=y
-BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2018.11"
+BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="clearfog"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_NEEDS_OPENSSL=y