summaryrefslogtreecommitdiff
path: root/include/configs/socrates.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-02 16:42:33 -0500
committerTom Rini <trini@konsulko.com>2022-12-22 10:31:48 -0500
commit960379d4501fcb64ca20810c4fc4fe74806ede7b (patch)
treec357c17b25df4a63a59547cfc551635f6b568f3e /include/configs/socrates.h
parentacdf89ec060931ae4c87780ab0e65a6783ccd94b (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 'include/configs/socrates.h')
-rw-r--r--include/configs/socrates.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/socrates.h b/include/configs/socrates.h
index 11d8402233..0547ed0256 100644
--- a/include/configs/socrates.h
+++ b/include/configs/socrates.h
@@ -34,11 +34,6 @@
* in the README.mpc85xxads.
*/
-/*
- * These can be toggled for performance analysis, otherwise use default.
- */
-#define CONFIG_L2_CACHE /* toggle L2 cache */
-
#define CFG_SYS_INIT_DBCR DBCR_IDM /* Enable Debug Exceptions */
#undef CFG_SYS_DRAM_TEST /* memory test, takes time */