global: Migrate CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY to CFG_LPC32XX_NAND_MLC_TCEA_DELAY Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -141,7 +141,7 @@ static void lpc32xx_nand_init(void)
|
||||
clk = get_hclk_clk_rate();
|
||||
|
||||
writel(
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY, 0x03, 24) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_TCEA_DELAY, 0x03, 24) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_BUSY_DELAY, 0x1F, 19) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_NAND_TA, 0x07, 16) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_RD_HIGH, 0x0F, 12) |
|
||||
|
@@ -27,7 +27,7 @@
|
||||
* NAND chip timings for FIXME: which one?
|
||||
*/
|
||||
|
||||
#define CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY 333333333
|
||||
#define CFG_LPC32XX_NAND_MLC_TCEA_DELAY 333333333
|
||||
#define CFG_LPC32XX_NAND_MLC_BUSY_DELAY 10000000
|
||||
#define CFG_LPC32XX_NAND_MLC_NAND_TA 18181818
|
||||
#define CFG_LPC32XX_NAND_MLC_RD_HIGH 31250000
|
||||
|
Reference in New Issue
Block a user