From d3d0b5bb622d36851afffa4a60a8ec3c31db2572 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 28 Oct 2022 20:26:55 -0400 Subject: Convert CONFIG_SYS_INIT_RAM_LOCK to Kconfig This converts the following to Kconfig: CONFIG_SYS_INIT_RAM_LOCK Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- include/configs/socrates.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/socrates.h') diff --git a/include/configs/socrates.h b/include/configs/socrates.h index 762ba44542..fc00931e0a 100644 --- a/include/configs/socrates.h +++ b/include/configs/socrates.h @@ -92,7 +92,6 @@ #define CONFIG_SYS_LBC_LSRT 0x20000000 /* LB sdram refresh timer */ #define CONFIG_SYS_LBC_MRTPR 0x20000000 /* LB refresh timer presc.*/ -#define CONFIG_SYS_INIT_RAM_LOCK 1 #define CONFIG_SYS_INIT_RAM_ADDR 0xe4010000 /* Initial RAM address */ #define CONFIG_SYS_INIT_RAM_SIZE 0x4000 /* Size used area in RAM*/ -- cgit v1.2.1