summaryrefslogtreecommitdiff
path: root/include/configs/socrates.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-10-28 20:26:55 -0400
committerTom Rini <trini@konsulko.com>2022-11-10 09:45:53 -0500
commitd3d0b5bb622d36851afffa4a60a8ec3c31db2572 (patch)
tree6cb1b3e551b98ba9b3a1d127976044a5b2338c11 /include/configs/socrates.h
parent9244b2fda9edbc5f1c2b9b9bb827022993663d4a (diff)
downloadu-boot-d3d0b5bb622d36851afffa4a60a8ec3c31db2572.tar.gz
Convert CONFIG_SYS_INIT_RAM_LOCK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_INIT_RAM_LOCK Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/socrates.h')
-rw-r--r--include/configs/socrates.h1
1 files changed, 0 insertions, 1 deletions
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*/