
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@mleia.com Cc: Wolfgang Grandegger wg@grandegger.com Cc: Scott Wood scottwood@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?
I suspect this was indeed never effective either. And so far, MAX_NAND_CHIPS isn't necessary there.
M
-Scott