diff options
author | Tom Rini | 2022-12-02 16:42:33 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-22 10:31:48 -0500 |
commit | 960379d4501fcb64ca20810c4fc4fe74806ede7b (patch) | |
tree | c357c17b25df4a63a59547cfc551635f6b568f3e /configs/P1020RDB-PC_defconfig | |
parent | acdf89ec060931ae4c87780ab0e65a6783ccd94b (diff) |
Convert CONFIG_L2_CACHE to Kconfig
This converts the following to Kconfig:
CONFIG_L2_CACHE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P1020RDB-PC_defconfig')
-rw-r--r-- | configs/P1020RDB-PC_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_defconfig b/configs/P1020RDB-PC_defconfig index 49207eb65a0..17bde92263b 100644 --- a/configs/P1020RDB-PC_defconfig +++ b/configs/P1020RDB-PC_defconfig @@ -10,6 +10,7 @@ CONFIG_SYS_INIT_RAM_LOCK=y # CONFIG_CMD_ERRATA is not set CONFIG_TARGET_P1020RDB_PC=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y +CONFIG_L2_CACHE=y CONFIG_ENABLE_36BIT_PHYS=y CONFIG_SYS_MPC85XX_NO_RESETVEC=y CONFIG_USE_UBOOTPATH=y |