diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:53 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:51 -0500 |
| commit | 55eef1d62958592b363240813b866216797d8141 (patch) | |
| tree | 86f34c29ee6dbd9133801112bc8b117ed6c2aec9 /include | |
| parent | 8f52920a4a36d905725a6945694ab0d2df6fac59 (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.h | 2 |
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 |
