diff options
author | Tom Rini | 2022-10-28 20:26:55 -0400 |
---|---|---|
committer | Tom Rini | 2022-11-10 09:45:53 -0500 |
commit | d3d0b5bb622d36851afffa4a60a8ec3c31db2572 (patch) | |
tree | 6cb1b3e551b98ba9b3a1d127976044a5b2338c11 /include/configs/T208xQDS.h | |
parent | 9244b2fda9edbc5f1c2b9b9bb827022993663d4a (diff) |
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/T208xQDS.h')
-rw-r--r-- | include/configs/T208xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xQDS.h b/include/configs/T208xQDS.h index 285e5fcd2dc..ce641acb83a 100644 --- a/include/configs/T208xQDS.h +++ b/include/configs/T208xQDS.h @@ -259,7 +259,6 @@ /* define to use L1 as initial stack */ #define CONFIG_L1_INIT_RAM -#define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xfdd00000 /* Initial L1 address */ #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_HIGH 0xf #define CONFIG_SYS_INIT_RAM_ADDR_PHYS_LOW 0xfe03c000 |