diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-27 13:35:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-08 17:57:33 -0400 |
commit | 38d091ac1d2d57612adb53b802609a7c3dcdbe3d (patch) | |
tree | b08fc8b1717a9438835a608ecc05080db03ffe37 /include/configs/corenet_ds.h | |
parent | 52686b87390791945eb05deaedac3c47f193a80f (diff) | |
download | u-boot-38d091ac1d2d57612adb53b802609a7c3dcdbe3d.tar.gz |
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/corenet_ds.h')
-rw-r--r-- | include/configs/corenet_ds.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/corenet_ds.h b/include/configs/corenet_ds.h index f20f4e35e9..4eeca47c25 100644 --- a/include/configs/corenet_ds.h +++ b/include/configs/corenet_ds.h @@ -38,7 +38,6 @@ /* * These can be toggled for performance analysis, otherwise use default. */ -#define CONFIG_SYS_CACHE_STASHING #define CONFIG_SYS_INIT_L2CSR0 L2CSR0_L2E #ifdef CONFIG_DDR_ECC #define CONFIG_MEM_INIT_VALUE 0xdeadbeef |