diff options
author | Tom Rini <trini@konsulko.com> | 2022-10-28 20:26:55 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-10 09:45:53 -0500 |
commit | d3d0b5bb622d36851afffa4a60a8ec3c31db2572 (patch) | |
tree | 6cb1b3e551b98ba9b3a1d127976044a5b2338c11 /include/configs/km | |
parent | 9244b2fda9edbc5f1c2b9b9bb827022993663d4a (diff) | |
download | u-boot-d3d0b5bb622d36851afffa4a60a8ec3c31db2572.tar.gz u-boot-d3d0b5bb622d36851afffa4a60a8ec3c31db2572.tar.bz2 u-boot-d3d0b5bb622d36851afffa4a60a8ec3c31db2572.zip |
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/km')
-rw-r--r-- | include/configs/km/km-mpc83xx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/km/km-mpc83xx.h b/include/configs/km/km-mpc83xx.h index 04192d86b7..61c7134595 100644 --- a/include/configs/km/km-mpc83xx.h +++ b/include/configs/km/km-mpc83xx.h @@ -31,7 +31,6 @@ /* * Initial RAM Base Address Setup */ -#define CONFIG_SYS_INIT_RAM_LOCK #define CONFIG_SYS_INIT_RAM_ADDR 0xE6000000 /* Initial RAM address */ #define CONFIG_SYS_INIT_RAM_SIZE 0x1000 /* End of used area in RAM */ /* |