diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:48 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:51 -0500 |
| commit | bd79d3d616dea43b9d6de6f352144709a62a4090 (patch) | |
| tree | 2ee80bb76fd974b2f3e048600cc180f8a8cdfa72 /include | |
| parent | 308ed808399b72de9bd947c26426d6a6f53ab28d (diff) | |
global: Migrate CONFIG_LPC32XX_NAND_SLC_WWIDTH to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_SLC_WWIDTH to CFG_LPC32XX_NAND_SLC_WWIDTH
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/devkit3250.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h index 5719e422da9..9cfee381d4a 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -42,7 +42,7 @@ * NAND chip timings */ #define CFG_LPC32XX_NAND_SLC_WDR_CLKS 14 -#define CONFIG_LPC32XX_NAND_SLC_WWIDTH 66666666 +#define CFG_LPC32XX_NAND_SLC_WWIDTH 66666666 #define CFG_LPC32XX_NAND_SLC_WHOLD 200000000 #define CFG_LPC32XX_NAND_SLC_WSETUP 50000000 #define CFG_LPC32XX_NAND_SLC_RDR_CLKS 14 |
