summaryrefslogtreecommitdiff
path: root/arch/mips/lib
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2017-05-12 11:26:11 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2017-05-12 11:29:50 (GMT)
commit939a255a671fb50549848505a4b44369cbe08efd (patch)
tree5def695c17de3bfc37e502a1a12740a4ef8906ac /arch/mips/lib
parent63c011f7b48ca5739fc0f06c0a07dc3c830df894 (diff)
downloadu-boot-939a255a671fb50549848505a4b44369cbe08efd.tar.xz
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 <paul.burton@imgtec.com> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/mips/lib')
-rw-r--r--arch/mips/lib/cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/lib/cache.c b/arch/mips/lib/cache.c
index bd14ba6..91b037f 100644
--- a/arch/mips/lib/cache.c
+++ b/arch/mips/lib/cache.c
@@ -7,7 +7,9 @@
#include <common.h>
#include <asm/cacheops.h>
+#ifdef CONFIG_MIPS_L2_CACHE
#include <asm/cm.h>
+#endif
#include <asm/mipsregs.h>
DECLARE_GLOBAL_DATA_PTR;