From: Lothar Waßmann Date: Tue, 16 Jun 2020 06:59:41 +0000 (+0200) Subject: karo: tx6: increase SYS_BOOTM_LEN to 32MiB X-Git-Tag: KARO_TX6-2020-09-18~9 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=2d30ac33d3215c10495d75fe3b094a8a0997ed6a karo: tx6: increase SYS_BOOTM_LEN to 32MiB --- 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