From 7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 28 Aug 2021 21:34:49 -0400 Subject: Convert CONFIG_SYS_MALLOC_LEN to Kconfig This converts the following to Kconfig: CONFIG_SYS_MALLOC_LEN Signed-off-by: Tom Rini Acked-by: Sean Anderson Reviewed-by: Rick Chen --- include/configs/imx8mm_venice.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/imx8mm_venice.h') diff --git a/include/configs/imx8mm_venice.h b/include/configs/imx8mm_venice.h index 010705e0f8..63f02bfd01 100644 --- a/include/configs/imx8mm_venice.h +++ b/include/configs/imx8mm_venice.h @@ -85,8 +85,6 @@ #define CONFIG_SYS_INIT_SP_ADDR \ (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET) -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN SZ_32M #define CONFIG_SYS_SDRAM_BASE 0x40000000 /* SDRAM configuration */ -- cgit v1.2.3