From d3d0b5bb622d36851afffa4a60a8ec3c31db2572 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 28 Oct 2022 20:26:55 -0400 Subject: Convert CONFIG_SYS_INIT_RAM_LOCK to Kconfig This converts the following to Kconfig: CONFIG_SYS_INIT_RAM_LOCK Signed-off-by: Tom Rini Reviewed-by: Simon Glass --- configs/P2020RDB-PC_SPIFLASH_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/P2020RDB-PC_SPIFLASH_defconfig') diff --git a/configs/P2020RDB-PC_SPIFLASH_defconfig b/configs/P2020RDB-PC_SPIFLASH_defconfig index 09619d5cdf8..c67dd30d1bd 100644 --- a/configs/P2020RDB-PC_SPIFLASH_defconfig +++ b/configs/P2020RDB-PC_SPIFLASH_defconfig @@ -13,6 +13,7 @@ CONFIG_SPL=y CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI=y CONFIG_MPC85xx=y +CONFIG_SYS_INIT_RAM_LOCK=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P2020RDB=y CONFIG_ENABLE_36BIT_PHYS=y -- cgit v1.2.3