Re: [U-Boot] [PATCH 8/9] imx: nand: Don't invent new configuration variable

2012-04-13 Thread Timo Ketola
On 13.04.2012 20:21, Scott Wood wrote: On 04/13/2012 06:21 AM, Timo Ketola wrote: There is already CONFIG_SYS_NAND_BASE (or CONFIG_SYS_NAND_BASE_LIST) which must be defined for nand.c. Use that. nand.c sets IO_ADDR_R with that. ... Actually, I'd rather we go the other direction and deprecate C

Re: [U-Boot] [PATCH 8/9] imx: nand: Don't invent new configuration variable

2012-04-13 Thread Scott Wood
On 04/13/2012 06:21 AM, Timo Ketola wrote: > There is already CONFIG_SYS_NAND_BASE (or CONFIG_SYS_NAND_BASE_LIST) which > must be defined for nand.c. Use that. nand.c sets IO_ADDR_R with that. > > Signed-off-by: Timo Ketola > --- > drivers/mtd/nand/mxc_nand.c |2 +- > 1 files changed, 1 inse

[U-Boot] [PATCH 8/9] imx: nand: Don't invent new configuration variable

2012-04-13 Thread Timo Ketola
There is already CONFIG_SYS_NAND_BASE (or CONFIG_SYS_NAND_BASE_LIST) which must be defined for nand.c. Use that. nand.c sets IO_ADDR_R with that. Signed-off-by: Timo Ketola --- drivers/mtd/nand/mxc_nand.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mtd/nand/