summaryrefslogtreecommitdiff
path: root/configs/MPC8548CDS_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-10-28 20:26:55 -0400
committerTom Rini <[email protected]>2022-11-10 09:45:53 -0500
commitd3d0b5bb622d36851afffa4a60a8ec3c31db2572 (patch)
tree6cb1b3e551b98ba9b3a1d127976044a5b2338c11 /configs/MPC8548CDS_defconfig
parent9244b2fda9edbc5f1c2b9b9bb827022993663d4a (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 <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'configs/MPC8548CDS_defconfig')
-rw-r--r--configs/MPC8548CDS_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig
index bdfd91f01cd..e3a4b29c0d1 100644
--- a/configs/MPC8548CDS_defconfig
+++ b/configs/MPC8548CDS_defconfig
@@ -7,6 +7,7 @@ CONFIG_ENV_SECT_SIZE=0x20000
CONFIG_DEFAULT_DEVICE_TREE="mpc8548cds"
CONFIG_ENV_ADDR=0xFFF60000
CONFIG_MPC85xx=y
+CONFIG_SYS_INIT_RAM_LOCK=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_MPC8548CDS=y
CONFIG_MPC85XX_HAVE_RESET_VECTOR=y