diff options
| author | Tom Rini <[email protected]> | 2022-12-04 10:04:44 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 10:14:50 -0500 |
| commit | fa0e72a34eeb6b82faa4ac0156fd3e5a21750329 (patch) | |
| tree | 092627a1e0ad3529cb864adecad451655b6c6c2d /include | |
| parent | 416ef8c7c6c7fb371a3d0acdafbc4c851a229076 (diff) | |
global: Migrate CONFIG_LPC32XX_NAND_SLC_RWIDTH to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_SLC_RWIDTH to CFG_LPC32XX_NAND_SLC_RWIDTH
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 72cf031e05d..5ba8c1bb20e 100644 --- a/include/configs/devkit3250.h +++ b/include/configs/devkit3250.h @@ -46,7 +46,7 @@ #define CONFIG_LPC32XX_NAND_SLC_WHOLD 200000000 #define CONFIG_LPC32XX_NAND_SLC_WSETUP 50000000 #define CFG_LPC32XX_NAND_SLC_RDR_CLKS 14 -#define CONFIG_LPC32XX_NAND_SLC_RWIDTH 66666666 +#define CFG_LPC32XX_NAND_SLC_RWIDTH 66666666 #define CFG_LPC32XX_NAND_SLC_RHOLD 200000000 #define CFG_LPC32XX_NAND_SLC_RSETUP 50000000 |
