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>
This commit is contained in:
parent
0c22cdca15
commit
a867392791
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
|
||||||
#if CONFIG_IS_ENABLED(MIPS_CM)
|
#if IS_ENABLED(CONFIG_MIPS_CM)
|
||||||
static inline void *mips_cm_base(void)
|
static inline void *mips_cm_base(void)
|
||||||
{
|
{
|
||||||
return (void *)CKSEG1ADDR(CONFIG_MIPS_CM_BASE);
|
return (void *)CKSEG1ADDR(CONFIG_MIPS_CM_BASE);
|
||||||
|
|
Loading…
Reference in a new issue