[U-Boot] [PATCH v4 4/5] mtd: nand: omap: add CONFIG_SYS_NAND_DEVICE_WIDTH to determine NAND device bus-width
Scott Wood
scottwood at freescale.com
Wed Apr 30 00:55:31 CEST 2014
On Mon, 2014-04-28 at 17:11 +0530, Pekon Gupta wrote:
> + CONFIG_SYS_NAND_DEVICE_WIDTH
> + Specifies bus-width of the default NAND device connected to SoC.
> + This config is useful for driver which cannot self initialize or
> + parse ONFI parameter (like SPL drivers), or for supporting non-ONFI
> + compliant devices.
> + This config can take following values:
> + - 8: x8 NAND devices is connected
> + - 16: x16 NAND device is connected
Please list here the drivers that pay attention to this config symbol.
I'm not sure what this has to do with CONFIG_SYS_NAND_SELF_INIT -- or
did you mean something different by "self initialize"?
-Scott
More information about the U-Boot
mailing list