summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:14:00 -0500
committerTom Rini <[email protected]>2022-12-23 10:15:12 -0500
commit39d4e7b0b060c47879d1f2727853a3e7e38191b5 (patch)
treecb97dd67058b0bf39ea4df0395ee54b3b8363b53 /include
parent77cfb3d345651fa1cf78c8f30eca9d6d285f1e0b (diff)
global: Migrate CONFIG_TESTPIN_REG to CFG
Perform a simple rename of CONFIG_TESTPIN_REG to CFG_TESTPIN_REG Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/kmcoge5ne.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/kmcoge5ne.h b/include/configs/kmcoge5ne.h
index d9c2f4fc4f9..d52f45ba911 100644
--- a/include/configs/kmcoge5ne.h
+++ b/include/configs/kmcoge5ne.h
@@ -30,7 +30,7 @@
#define CFG_POST (CFG_SYS_POST_MEMORY|CFG_SYS_POST_MEM_REGIONS)
#define CFG_POST_EXTERNAL_WORD_FUNCS /* use own functions, not generic */
#define CPM_POST_WORD_ADDR CONFIG_SYS_MEMTEST_END
-#define CONFIG_TESTPIN_REG gprt3 /* for kmcoge5ne */
+#define CFG_TESTPIN_REG gprt3 /* for kmcoge5ne */
#define CFG_TESTPIN_MASK 0x20 /* for kmcoge5ne */
#endif /* CONFIG */