diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:39 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:50 -0500 |
| commit | 196690dfdadeb99ee7903e121bce10908b9ec6fb (patch) | |
| tree | 43ec0235af8205b87086ce43b877ed6808a30218 /include/configs | |
| parent | 259ec2ce11f47a1a33675e258d81bbe72429945e (diff) | |
global: Migrate CONFIG_LPC32XX_NAND_MLC_WR_HIGH to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_WR_HIGH to CFG_LPC32XX_NAND_MLC_WR_HIGH
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/work_92105.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h index 34af515037f..c67a0bb6e1a 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -32,7 +32,7 @@ #define CFG_LPC32XX_NAND_MLC_NAND_TA 18181818 #define CFG_LPC32XX_NAND_MLC_RD_HIGH 31250000 #define CFG_LPC32XX_NAND_MLC_RD_LOW 45454545 -#define CONFIG_LPC32XX_NAND_MLC_WR_HIGH 40000000 +#define CFG_LPC32XX_NAND_MLC_WR_HIGH 40000000 #define CONFIG_LPC32XX_NAND_MLC_WR_LOW 83333333 /* |
