mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-16 23:07:00 +00:00
global: Migrate CONFIG_LPC32XX_NAND_MLC_WR_HIGH to CFG
Perform a simple rename of CONFIG_LPC32XX_NAND_MLC_WR_HIGH to CFG_LPC32XX_NAND_MLC_WR_HIGH Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
259ec2ce11
commit
196690dfda
2 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ static void lpc32xx_nand_init(void)
|
|||
clkdiv(CFG_LPC32XX_NAND_MLC_NAND_TA, 0x07, 16) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_RD_HIGH, 0x0F, 12) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_RD_LOW, 0x0F, 8) |
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_WR_HIGH, 0x0F, 4) |
|
||||
clkdiv(CFG_LPC32XX_NAND_MLC_WR_HIGH, 0x0F, 4) |
|
||||
clkdiv(CONFIG_LPC32XX_NAND_MLC_WR_LOW, 0x0F, 0),
|
||||
&lpc32xx_nand_mlc_registers->time_reg);
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
#define CFG_LPC32XX_NAND_MLC_NAND_TA 18181818
|
||||
#define CFG_LPC32XX_NAND_MLC_RD_HIGH 31250000
|
||||
#define CFG_LPC32XX_NAND_MLC_RD_LOW 45454545
|
||||
#define CONFIG_LPC32XX_NAND_MLC_WR_HIGH 40000000
|
||||
#define CFG_LPC32XX_NAND_MLC_WR_HIGH 40000000
|
||||
#define CONFIG_LPC32XX_NAND_MLC_WR_LOW 83333333
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue