aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-12-04 10:04:44 -0500
committerTom Rini <trini@konsulko.com>2022-12-23 10:14:50 -0500
commitfa0e72a34eeb6b82faa4ac0156fd3e5a21750329 (patch)
tree092627a1e0ad3529cb864adecad451655b6c6c2d /include
parent416ef8c7c6c7fb371a3d0acdafbc4c851a229076 (diff)
downloadu-boot-fa0e72a34eeb6b82faa4ac0156fd3e5a21750329.zip
u-boot-fa0e72a34eeb6b82faa4ac0156fd3e5a21750329.tar.gz
u-boot-fa0e72a34eeb6b82faa4ac0156fd3e5a21750329.tar.bz2
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 <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/devkit3250.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/devkit3250.h b/include/configs/devkit3250.h
index 72cf031..5ba8c1b 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