global: Migrate CONFIG_LPC32XX_NAND_MLC_NAND_TA to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_NAND_TA to CFG_LPC32XX_NAND_MLC_NAND_TA Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
dff9de5c2c
commit
ea93286e5f
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ static void lpc32xx_nand_init(void)
|
|||
writel(
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY, 0x03, 24) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_BUSY_DELAY, 0x1F, 19) |
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_NAND_TA, 0x07, 16) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_NAND_TA, 0x07, 16) |
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_RD_HIGH, 0x0F, 12) |
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_RD_LOW, 0x0F, 8) |
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_WR_HIGH, 0x0F, 4) |
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#define CONFIG_LPC32XX_NAND_MLC_TCEA_DELAY 333333333
|
||||
#define CFG_LPC32XX_NAND_MLC_BUSY_DELAY 10000000
|
||||
#define CONFIG_LPC32XX_NAND_MLC_NAND_TA 18181818
|
||||
#define CFG_LPC32XX_NAND_MLC_NAND_TA 18181818
|
||||
#define CONFIG_LPC32XX_NAND_MLC_RD_HIGH 31250000
|
||||
#define CONFIG_LPC32XX_NAND_MLC_RD_LOW 45454545
|
||||
#define CONFIG_LPC32XX_NAND_MLC_WR_HIGH 40000000
|
||||
|
|
Loading…
Reference in a new issue