summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-05 15:40:15 -0700
committerTom Rini <trini@konsulko.com>2023-02-10 07:41:39 -0500
commita8673927910c6354477c4a9889dcba718f43b34a (patch)
tree80d8f6a500565cf36cdf9431793aac0989e0aa0b
parent0c22cdca1500470d9c750565361e423bd8e6c14f (diff)
Correct SPL use of MIPS_CM
This converts 1 usage of this option to the non-SPL form, since there is no SPL_MIPS_CM defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
-rw-r--r--arch/mips/include/asm/cm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/cm.h b/arch/mips/include/asm/cm.h
index 5cc8c09621d..c695ffc71f5 100644
--- a/arch/mips/include/asm/cm.h
+++ b/arch/mips/include/asm/cm.h
@@ -108,7 +108,7 @@
#include <asm/io.h>
#include <linux/bitops.h>
-#if CONFIG_IS_ENABLED(MIPS_CM)
+#if IS_ENABLED(CONFIG_MIPS_CM)
static inline void *mips_cm_base(void)
{
return (void *)CKSEG1ADDR(CONFIG_MIPS_CM_BASE);