diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:37 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:50 -0500 |
| commit | 3c35c036add440f73cfb24cbfab7098e949c2167 (patch) | |
| tree | 3e2f1016766255e132fdfd359f695293cd5d14fa /include | |
| parent | ab8c6e370c6407a8b6117d933cc4ece5ad5383be (diff) | |
global: Migrate CONFIG_LPC32XX_NAND_MLC_RD_LOW to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_RD_LOW to CFG_LPC32XX_NAND_MLC_RD_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 3959051a4ca..1a4617c5c02 100644 --- a/include/configs/work_92105.h +++ b/include/configs/work_92105.h @@ -31,7 +31,7 @@ #define CFG_LPC32XX_NAND_MLC_BUSY_DELAY 10000000 #define CFG_LPC32XX_NAND_MLC_NAND_TA 18181818 #define CFG_LPC32XX_NAND_MLC_RD_HIGH 31250000 -#define CONFIG_LPC32XX_NAND_MLC_RD_LOW 45454545 +#define CFG_LPC32XX_NAND_MLC_RD_LOW 45454545 #define CONFIG_LPC32XX_NAND_MLC_WR_HIGH 40000000 #define CONFIG_LPC32XX_NAND_MLC_WR_LOW 83333333 |
