diff options
author | Tom Rini | 2022-06-27 13:35:46 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-08 17:57:33 -0400 |
commit | 38d091ac1d2d57612adb53b802609a7c3dcdbe3d (patch) | |
tree | b08fc8b1717a9438835a608ecc05080db03ffe37 /include/configs/T208xRDB.h | |
parent | 52686b87390791945eb05deaedac3c47f193a80f (diff) |
Convert CONFIG_SYS_CACHE_STASHING to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_CACHE_STASHING
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/T208xRDB.h')
-rw-r--r-- | include/configs/T208xRDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 48cdc75a08d..8ade2e3c829 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -63,7 +63,6 @@ /* * These can be toggled for performance analysis, otherwise use default. */ -#define CONFIG_SYS_CACHE_STASHING #ifdef CONFIG_DDR_ECC #define CONFIG_MEM_INIT_VALUE 0xdeadbeef #endif |