From 2d30ac33d3215c10495d75fe3b094a8a0997ed6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Tue, 16 Jun 2020 08:59:41 +0200 Subject: [PATCH] karo: tx6: increase SYS_BOOTM_LEN to 32MiB --- include/configs/tx6.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/tx6.h b/include/configs/tx6.h index 52745e278d..3cc0c6a65d 100644 --- a/include/configs/tx6.h +++ b/include/configs/tx6.h @@ -115,6 +115,7 @@ #define CONFIG_SYS_MALLOC_LEN SZ_8M #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1 /* Memtest start address */ #define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_MEMTEST_START + SZ_4M) +#define CONFIG_SYS_BOOTM_LEN SZ_32M /* * U-Boot general configurations -- 2.39.2