summaryrefslogtreecommitdiff
path: root/configs/MPC8548CDS_defconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-02 16:42:33 -0500
committerTom Rini <[email protected]>2022-12-22 10:31:48 -0500
commit960379d4501fcb64ca20810c4fc4fe74806ede7b (patch)
treec357c17b25df4a63a59547cfc551635f6b568f3e /configs/MPC8548CDS_defconfig
parentacdf89ec060931ae4c87780ab0e65a6783ccd94b (diff)
Convert CONFIG_L2_CACHE to Kconfig
This converts the following to Kconfig: CONFIG_L2_CACHE Signed-off-by: Tom Rini <[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 5af056bd4f4..965c37e45ec 100644
--- a/configs/MPC8548CDS_defconfig
+++ b/configs/MPC8548CDS_defconfig
@@ -13,6 +13,7 @@ CONFIG_SRIO1=y
# CONFIG_CMD_ERRATA is not set
CONFIG_TARGET_MPC8548CDS=y
CONFIG_MPC85XX_HAVE_RESET_VECTOR=y
+CONFIG_L2_CACHE=y
CONFIG_ENABLE_36BIT_PHYS=y
CONFIG_USE_UBOOTPATH=y
CONFIG_UBOOTPATH="8548cds/u-boot.bin"