From 939a255a671fb50549848505a4b44369cbe08efd Mon Sep 17 00:00:00 2001 From: Paul Burton Date: Fri, 12 May 2017 13:26:11 +0200 Subject: MIPS: Make CM GCR base configurable Without adding a prompt for CONFIG_MIPS_CM_BASE, Kconfig doesn't allow defconfigs to set it. Provide the prompt in order to allow for that. Signed-off-by: Paul Burton Signed-off-by: Daniel Schwierzeck Reviewed-by: Simon Glass --- arch/mips/lib/cache.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/mips/lib/cache.c') diff --git a/arch/mips/lib/cache.c b/arch/mips/lib/cache.c index bd14ba6ea7c..91b037f87d7 100644 --- a/arch/mips/lib/cache.c +++ b/arch/mips/lib/cache.c @@ -7,7 +7,9 @@ #include #include +#ifdef CONFIG_MIPS_L2_CACHE #include +#endif #include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.3