From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 14 Mar 2013 12:32:38 -0500 Subject: [U-Boot] [PATCH v6 5/9] cmd_nand.c: Fix CONFIG_CMD_NAND_YAFFS In-Reply-To: <1363275175-8408-6-git-send-email-trini@ti.com> (from trini@ti.com on Thu Mar 14 10:32:51 2013) Message-ID: <1363282358.28440.6@snotra> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/14/2013 10:32:51 AM, Tom Rini wrote: > The flag changed from WITH_INLINE_OOB to WITH_YAFFS_OOB by accident in > 418396e. > > Signed-off-by: Tom Rini > --- > Changes in v6: None > Changes in v5: None > Changes in v4: > - Add patch to fix CONFIG_CMD_NAND_YAFFS > > Changes in v3: None > Changes in v2: None > > common/cmd_nand.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Scott Wood -Scott