diff options
author | Tom Rini | 2022-02-23 12:28:15 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-03 16:51:19 -0500 |
commit | a3041d934f80b142c055c809299ef5c0ceb8fa6e (patch) | |
tree | fb6763f80eb688c393f4b0f11e0ea82f3c26c42e /include/configs/P2041RDB.h | |
parent | 3db7b2bb4c23939336c0fb9aaa8bc6795410f5af (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/P2041RDB.h')
-rw-r--r-- | include/configs/P2041RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index e6d5321070b..027f1479319 100644 --- a/include/configs/P2041RDB.h +++ b/include/configs/P2041RDB.h @@ -58,7 +58,6 @@ #define CONFIG_SYS_CACHE_STASHING #define CONFIG_BACKSIDE_L2_CACHE #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E -#define CONFIG_BTB /* toggle branch predition */ #define CONFIG_ENABLE_36BIT_PHYS |