summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:04:53 -0500
committerTom Rini <[email protected]>2022-12-23 10:14:51 -0500
commit55eef1d62958592b363240813b866216797d8141 (patch)
tree86f34c29ee6dbd9133801112bc8b117ed6c2aec9 /include
parent8f52920a4a36d905725a6945694ab0d2df6fac59 (diff)
global: Migrate CONFIG_MXC_NAND_IP_REGS_BASE to CFG
Perform a simple rename of CONFIG_MXC_NAND_IP_REGS_BASE to CFG_MXC_NAND_IP_REGS_BASE Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/m53menlo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/m53menlo.h b/include/configs/m53menlo.h
index de6928d2973..3ac67b0f489 100644
--- a/include/configs/m53menlo.h
+++ b/include/configs/m53menlo.h
@@ -46,7 +46,7 @@
#ifdef CONFIG_CMD_NAND
#define CFG_SYS_NAND_BASE NFC_BASE_ADDR_AXI
#define CONFIG_MXC_NAND_REGS_BASE NFC_BASE_ADDR_AXI
-#define CONFIG_MXC_NAND_IP_REGS_BASE NFC_BASE_ADDR
+#define CFG_MXC_NAND_IP_REGS_BASE NFC_BASE_ADDR
#define CFG_SYS_NAND_LARGEPAGE
#endif