diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-10 16:08:45 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2016-08-11 17:49:38 +0900 |
commit | 7382d1782648e6e8e5be878e9b9a3cbfd1912001 (patch) | |
tree | a533d5881cd38431d34ff0ed1dd5364253bd13e6 /include/configs/uniphier.h | |
parent | 95646e1d756151ce469d0d1eb6144b4ff050b843 (diff) | |
download | u-boot-7382d1782648e6e8e5be878e9b9a3cbfd1912001.tar.gz |
ARM: uniphier: move (and rename) CONFIG_UNIPHIER_L2CACHE_ON to Kconfig
Move this option to Kconfig, renaming it into CONFIG_CACHE_UNIPHIER.
The new option name makes sense enough, and the same as Linux has.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'include/configs/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index e485583f21..2606e53eb9 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -27,9 +27,6 @@ #define CONFIG_SYS_CACHELINE_SIZE 32 -/* Comment out the following to disable L2 cache */ -#define CONFIG_UNIPHIER_L2CACHE_ON - #define CONFIG_DISPLAY_CPUINFO #define CONFIG_DISPLAY_BOARDINFO #define CONFIG_MISC_INIT_F |