From b85d75951fe126267a29bc953ed59ed64a152288 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 28 Oct 2022 20:27:01 -0400 Subject: powerpc: Migrate SYS_L3_SIZE to Kconfig Introduce three options, one for each observed L3 cache size, and have the size select'd as needed. Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- include/configs/T208xRDB.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/T208xRDB.h') diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 407350c25c..86c92de50e 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -71,7 +71,6 @@ * Config the L3 Cache as L3 SRAM */ #define CONFIG_SYS_INIT_L3_ADDR 0xFFFC0000 -#define CONFIG_SYS_L3_SIZE (512 << 10) #define SPL_ENV_ADDR (CONFIG_SPL_GD_ADDR + 4 * 1024) #define CONFIG_SYS_DCSRBAR 0xf0000000 -- cgit v1.2.1