diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-23 12:28:15 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-03 16:51:19 -0500 |
commit | a3041d934f80b142c055c809299ef5c0ceb8fa6e (patch) | |
tree | fb6763f80eb688c393f4b0f11e0ea82f3c26c42e /include/configs/T104xRDB.h | |
parent | 3db7b2bb4c23939336c0fb9aaa8bc6795410f5af (diff) | |
download | u-boot-a3041d934f80b142c055c809299ef5c0ceb8fa6e.tar.gz u-boot-a3041d934f80b142c055c809299ef5c0ceb8fa6e.tar.bz2 u-boot-a3041d934f80b142c055c809299ef5c0ceb8fa6e.zip |
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/T104xRDB.h')
-rw-r--r-- | include/configs/T104xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 9433f14227..2c4ede960e 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -98,7 +98,6 @@ #define CONFIG_SYS_CACHE_STASHING #define CONFIG_BACKSIDE_L2_CACHE #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E -#define CONFIG_BTB /* toggle branch predition */ #ifdef CONFIG_DDR_ECC #define CONFIG_MEM_INIT_VALUE 0xdeadbeef #endif |