diff options
author | Trevor Woerner <trevor@toganlabs.com> | 2019-05-03 09:40:58 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-18 08:15:34 -0400 |
commit | c5091c5fc685f8cdd6e09311a697deb470a9ffa2 (patch) | |
tree | f3317106a8da019942c9af6662030b4af0a1eee0 /include/configs/uniphier.h | |
parent | 18592cc40b5d89847c1ba28d02b5ae3bfe71a1dc (diff) | |
download | u-boot-c5091c5fc685f8cdd6e09311a697deb470a9ffa2.tar.gz u-boot-c5091c5fc685f8cdd6e09311a697deb470a9ffa2.tar.xz u-boot-c5091c5fc685f8cdd6e09311a697deb470a9ffa2.zip |
CONFIG_SYS_[DI]CACHE_OFF: remove commented lines
Eventually these configuration items will be converted to Kconfig,
therefore there's little point in leaving commented-out versions of
them in include/configs.
Signed-off-by: Trevor Woerner <trevor@toganlabs.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index bec7b68794..5b42e0c1de 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -45,10 +45,6 @@ * MMU and Cache Setting *----------------------------------------------------------------------*/ -/* Comment out the following to enable L1 cache */ -/* #define CONFIG_SYS_ICACHE_OFF */ -/* #define CONFIG_SYS_DCACHE_OFF */ - #define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024) #define CONFIG_TIMESTAMP |