summaryrefslogtreecommitdiff
path: root/include/configs/T4240RDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-23 12:28:15 -0500
committerTom Rini <trini@konsulko.com>2022-03-03 16:51:19 -0500
commita3041d934f80b142c055c809299ef5c0ceb8fa6e (patch)
treefb6763f80eb688c393f4b0f11e0ea82f3c26c42e /include/configs/T4240RDB.h
parent3db7b2bb4c23939336c0fb9aaa8bc6795410f5af (diff)
Convert CONFIG_BTB to Kconfig
This converts the following to Kconfig: CONFIG_BTB Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T4240RDB.h')
-rw-r--r--include/configs/T4240RDB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T4240RDB.h b/include/configs/T4240RDB.h
index daccd816c1..441ff18441 100644
--- a/include/configs/T4240RDB.h
+++ b/include/configs/T4240RDB.h
@@ -65,7 +65,6 @@
* These can be toggled for performance analysis, otherwise use default.
*/
#define CONFIG_SYS_CACHE_STASHING
-#define CONFIG_BTB /* toggle branch predition */
#ifdef CONFIG_DDR_ECC
#define CONFIG_MEM_INIT_VALUE 0xdeadbeef
#endif