From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Thu, 29 Oct 2009 18:51:31 -0500 Subject: [U-Boot] [PATCH] s3c2410_nand add missing functions for CONFIG_NAND_SPL In-Reply-To: <1256807534-29054-1-git-send-email-zetalabs@gmail.com> References: <1256807534-29054-1-git-send-email-zetalabs@gmail.com> Message-ID: <20091029235131.GA28985@loki.buserror.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Oct 29, 2009 at 05:12:14PM +0800, Hui.Tang wrote: > add missing functios nand_read_byte(), nand_write_buf(), nand_read_buf() > for CONFIG_NAND_SPL config, also set nand->select_chip = NULL, since in > nand_boot() we will check it to do a select_chip action. Why do you need to write to the buffer in the NAND SPL? I don't think you need read_byte either. -Scott