From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shinya Kuribayashi Date: Sun, 16 Nov 2008 16:19:45 +0900 Subject: [U-Boot] [PATCH] MIPS: Add onenand_init() to board.c and move nand_init() In-Reply-To: <1226492299-27824-1-git-send-email-sr@denx.de> References: <1226492299-27824-1-git-send-email-sr@denx.de> Message-ID: <491FC991.80704@ruby.dti.ne.jp> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > This patch adds a call to onenand_init() for OneNAND support and moves > the nand_init() call to an earlier place, so that the environment can > be used from NAND and OneNAND. Fair enough. Thanks for your work. Then, I've checked qemu-mips build with GCC 4.2.3, and got no warns/errors. > Signed-off-by: Stefan Roese Acked-by: Shinya Kuribayashi