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 /configs/kmcoge5ne_defconfig | |
parent | 9244b2fda9edbc5f1c2b9b9bb827022993663d4a (diff) | |
download | u-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 'configs/kmcoge5ne_defconfig')
-rw-r--r-- | configs/kmcoge5ne_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/kmcoge5ne_defconfig b/configs/kmcoge5ne_defconfig index 9b3fee71240..d73ca3a7d38 100644 --- a/configs/kmcoge5ne_defconfig +++ b/configs/kmcoge5ne_defconfig @@ -9,6 +9,7 @@ CONFIG_SYS_LOAD_ADDR=0x100000 CONFIG_ENV_ADDR=0xF00C0000 CONFIG_MPC83xx=y CONFIG_HIGH_BATS=y +CONFIG_SYS_INIT_RAM_LOCK=y CONFIG_TARGET_KMCOGE5NE=y CONFIG_DDR_MC_CLOCK_MODE_1_1=y CONFIG_SYSTEM_PLL_VCO_DIV_4=y |