From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 6 Jan 2012 01:51:12 +0100 Subject: [U-Boot] [PATCH] NAND: remove NAND_MAX_CHIPS definitions In-Reply-To: <4F063522.8020404@freescale.com> References: <1321798216-30283-1-git-send-email-vz@mleia.com> <1321798216-30283-2-git-send-email-vz@mleia.com> <4F063522.8020404@freescale.com> Message-ID: <201201060151.12521.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > > Cc: Wolfgang Grandegger > > Cc: Scott Wood > > 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