From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 5 Jan 2012 17:41:22 -0600 Subject: [U-Boot] [PATCH] NAND: remove NAND_MAX_CHIPS definitions In-Reply-To: <1321798216-30283-2-git-send-email-vz@mleia.com> References: <1321798216-30283-1-git-send-email-vz@mleia.com> <1321798216-30283-2-git-send-email-vz@mleia.com> Message-ID: <4F063522.8020404@freescale.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? -Scott