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 /scripts | |
parent | 52686b87390791945eb05deaedac3c47f193a80f (diff) | |
download | u-boot-38d091ac1d2d57612adb53b802609a7c3dcdbe3d.tar.gz u-boot-38d091ac1d2d57612adb53b802609a7c3dcdbe3d.tar.bz2 u-boot-38d091ac1d2d57612adb53b802609a7c3dcdbe3d.zip |
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 'scripts')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 0a2b8179d4..000ec0945f 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -495,7 +495,6 @@ CONFIG_SYS_CACHE_ACR1 CONFIG_SYS_CACHE_ACR2 CONFIG_SYS_CACHE_DCACR CONFIG_SYS_CACHE_ICACR -CONFIG_SYS_CACHE_STASHING CONFIG_SYS_CCSRBAR CONFIG_SYS_CCSRBAR_PHYS CONFIG_SYS_CCSRBAR_PHYS_HIGH |