]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
Correct SPL use of MIPS_CM
authorSimon Glass <sjg@chromium.org>
Sun, 5 Feb 2023 22:40:15 +0000 (15:40 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 10 Feb 2023 12:41:39 +0000 (07:41 -0500)
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>
arch/mips/include/asm/cm.h

index 5cc8c09621d6118f986fb27503f7528104461ca0..c695ffc71f5c2458fd6630232f16a8b78059239b 100644 (file)
 #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);