[U-Boot] [PATCH] NAND: remove NAND_MAX_CHIPS definitions

Scott Wood scottwood at freescale.com
Fri Jan 6 00:41:22 CET 2012


On 11/20/2011 08:10 AM, Vladimir Zapolskiy wrote:
> This change follows the change by Wolfgang Grandegger (commit 6c869637fef),
> which allows to remove useless NAND_MAX_CHIPS definitions in board config
> files.
> 
> Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
> Cc: Wolfgang Grandegger <wg at grandegger.com>
> Cc: Scott Wood <scottwood at freescale.com>

Applied to u-boot-nand-flash (and a patch coming to get some additional
instances that crept in, plus instances of CONFIG_SYS_NAND_MAX_CHIPS
that are set to the default value of 1).

Marek: this removes NAND_MAX_CHIPS from m28evk.h, which set it to the
non-default value of 8.  This setting was never effective, since
NAND_MAX_CHIPS stopped being used used years before m28evk.h was
introduced.  Does this board want CONFIG_SYS_NAND_MAX_CHIPS = 8?

-Scott



More information about the U-Boot mailing list