diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:50 -0500 |
| commit | 39fa17718f4ccdc252ca96a56186931b4fd6f3fb (patch) | |
| tree | d46cb2fec4cce15b35dd2e60e5b3fcbd446cc96f /include | |
| parent | 196690dfdadeb99ee7903e121bce10908b9ec6fb (diff) | |
global: Migrate CONFIG_LPC32XX_NAND_MLC_WR_LOW to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_WR_LOW to CFG_LPC32XX_NAND_MLC_WR_LOW
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -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 c67a0bb6e1a..f1a7853a80e 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -33,7 +33,7 @@ #define CFG_LPC32XX_NAND_MLC_RD_HIGH 31250000 #define CFG_LPC32XX_NAND_MLC_RD_LOW 45454545 #define CFG_LPC32XX_NAND_MLC_WR_HIGH 40000000 -#define CONFIG_LPC32XX_NAND_MLC_WR_LOW 83333333 +#define CFG_LPC32XX_NAND_MLC_WR_LOW 83333333 /* * NAND |
