summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-04 10:04:36 -0500
committerTom Rini <[email protected]>2022-12-23 10:14:50 -0500
commitab8c6e370c6407a8b6117d933cc4ece5ad5383be (patch)
treef162393e11a1a43ddc86359d331acc8f6192b39b /include
parentea93286e5f068b85dd3a0d05bef534ad86d3d16f (diff)
global: Migrate CONFIG_LPC32XX_NAND_MLC_RD_HIGH to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_RD_HIGH to CFG_LPC32XX_NAND_MLC_RD_HIGH Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/work_92105.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/work_92105.h b/include/configs/work_92105.h
index d345382545e..3959051a4ca 100644
--- a/include/configs/work_92105.h
+++ b/include/configs/work_92105.h
@@ -30,7 +30,7 @@
#define CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY 333333333
#define CFG_LPC32XX_NAND_MLC_BUSY_DELAY 10000000
#define CFG_LPC32XX_NAND_MLC_NAND_TA 18181818
-#define CONFIG_LPC32XX_NAND_MLC_RD_HIGH 31250000
+#define CFG_LPC32XX_NAND_MLC_RD_HIGH 31250000
#define CONFIG_LPC32XX_NAND_MLC_RD_LOW 45454545
#define CONFIG_LPC32XX_NAND_MLC_WR_HIGH 40000000
#define CONFIG_LPC32XX_NAND_MLC_WR_LOW 83333333