From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Wed, 18 Nov 2009 14:38:20 -0600 Subject: [U-Boot] [PATCH 1/1] S3C2410 NAND Flash Add Missing Function In-Reply-To: <1258532644-23437-1-git-send-email-zetalabs@gmail.com> References: <1258532644-23437-1-git-send-email-zetalabs@gmail.com> Message-ID: <20091118203820.GD15517@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 Wed, Nov 18, 2009 at 04:24:04PM +0800, Hui.Tang wrote: > This patch add nand_read_buf() for S3C2410 NAND SPL. > In nand_spl/nand_boot.c, nand_boot() will check nand->select_chip, > so nand->select_chip should also be initialized. > > Signed-off-by: Hui.Tang Applied to u-boot-nand-flash/next. -Scott