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/total_compute.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/configs/total_compute.h') diff --git a/include/configs/total_compute.h b/include/configs/total_compute.h index 79b733ac4c..bbeedaf841 100644 --- a/include/configs/total_compute.h +++ b/include/configs/total_compute.h @@ -18,9 +18,6 @@ #define UART0_BASE 0x7ff80000 -/* Size of malloc() pool */ -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (8 << 20)) - /* PL011 Serial Configuration */ #define CONFIG_PL011_CLOCK 7372800 -- cgit v1.2.3