From: Simon Glass Date: Sun, 5 Feb 2023 22:40:15 +0000 (-0700) Subject: Correct SPL use of MIPS_CM X-Git-Tag: baikal/mips/sdk5.8.2~5^2~53^2~57 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=6a993718fa1d4e68ec2a0a0cdac5108d602d3b07;p=uboot.git 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 --- 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 #include -#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);