git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c22cdc
)
Correct SPL use of MIPS_CM
author
Simon Glass
<sjg@chromium.org>
Sun, 5 Feb 2023 22:40:15 +0000
(15:40 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/cm.h
b/arch/mips/include/asm/cm.h
index
5cc8c09
..
c695ffc
100644
(file)
--- 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);