Re: [U-Boot] [PATCH 1/2] NAND Nomadik: add CONFIG_NAND_NOMADIK_16BIT option

2010-01-18 Thread Alessandro Rubini
Wolfgang Denk: >> Also, I suggest to change the name into CONFIG_NOMADIK_NAND_16BIT >> which seems more logical to me. Scott Wood: > It's an attribute of the hardware, so it should be > CONFIG_SYS_NOMADIK_NAND_16BIT. Actually, I would love to have this option passed from the board, to avoid an i

Re: [U-Boot] [PATCH 1/2] NAND Nomadik: add CONFIG_NAND_NOMADIK_16BIT option

2010-01-18 Thread Scott Wood
Wolfgang Denk wrote: > Dear Alessandro Rubini, > > In message > you > wrote: >> Signed-off-by: Alessandro Rubini >> Cc: Gregory Hermant >> --- >> drivers/mtd/nand/nomadik.c | 15 +++ >> 1 files changed, 11 insertions(+), 4 deletions(-) > > New config options should be document

Re: [U-Boot] [PATCH 1/2] NAND Nomadik: add CONFIG_NAND_NOMADIK_16BIT option

2010-01-18 Thread Wolfgang Denk
Dear Alessandro Rubini, In message you wrote: > > Signed-off-by: Alessandro Rubini > Cc: Gregory Hermant > --- > drivers/mtd/nand/nomadik.c | 15 +++ > 1 files changed, 11 insertions(+), 4 deletions(-) New config options should be documented. If not in the REDME, so at last i

[U-Boot] [PATCH 1/2] NAND Nomadik: add CONFIG_NAND_NOMADIK_16BIT option

2010-01-18 Thread Alessandro Rubini
Signed-off-by: Alessandro Rubini Cc: Gregory Hermant --- drivers/mtd/nand/nomadik.c | 15 +++ 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/mtd/nand/nomadik.c b/drivers/mtd/nand/nomadik.c index b76f4cb..149f68b 100644 --- a/drivers/mtd/nand/nomadik.c +++