summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-06 01:40:15 +0300
committerTom Rini <trini@konsulko.com>2023-02-10 15:41:39 +0300
commita8673927910c6354477c4a9889dcba718f43b34a (patch)
tree80d8f6a500565cf36cdf9431793aac0989e0aa0b /arch/mips
parent0c22cdca1500470d9c750565361e423bd8e6c14f (diff)
downloadu-boot-a8673927910c6354477c4a9889dcba718f43b34a.tar.xz
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>
Diffstat (limited to 'arch/mips')
-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 5cc8c09621..c695ffc71f 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);