summaryrefslogtreecommitdiff
path: root/include/configs/grpeach.h
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2020-04-10 17:02:02 +0300
committerTom Rini <trini@konsulko.com>2020-05-01 18:34:01 +0300
commitf8dc7f2f18d324343737c72e27b6bd0ee8ff728e (patch)
treeccab976640c82f0530290fcdbfde1807055be034 /include/configs/grpeach.h
parente7882f65f02eca5a7d35871ba0355462bbf7362e (diff)
downloadu-boot-f8dc7f2f18d324343737c72e27b6bd0ee8ff728e.tar.xz
configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
Move CONFIG_SYS_ARM_CACHE_WRITETHROUGH and CONFIG_SYS_ARM_CACHE_WRITEALLOC into Kconfig done by moveconfig.py. Kconfig uses a choice between the 3 values supported in U-Boot, including the new configuration CONFIG_SYS_ARM_CACHE_WRITEBACK (the default configuration). The patch also avoids to select simultaneously 2 configurations. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'include/configs/grpeach.h')
-rw-r--r--include/configs/grpeach.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/grpeach.h b/include/configs/grpeach.h
index f1ea729eb3..001e9d385b 100644
--- a/include/configs/grpeach.h
+++ b/include/configs/grpeach.h
@@ -16,7 +16,6 @@
/* Miscellaneous */
#define CONFIG_SYS_PBSIZE 256
-#define CONFIG_SYS_ARM_CACHE_WRITETHROUGH
#define CONFIG_CMDLINE_TAG
/* Internal RAM Size (RZ/A1=3M, RZ/A1M=5M, RZ/A1H=10M) */