From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zachary Landau Date: Fri, 11 Feb 2005 19:14:08 -0500 Subject: [U-Boot-Users] [PATCH] Use info->reset_cmd instead of FLASH_CMD_RESET Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, This patch makes cfi_flash.c use info->cmd_reset. It was being set by flash_get_size() but not being used, which kept the Flash on my board from properly being reset. It looks like there are a lot of switch cases for different flash types that could probably probably be removed by setting up some function pointers, but that is a project for another time. -- Zachary P. Landau -------------- next part -------------- A non-text attachment was scrubbed... Name: cmd_reset.patch Type: text/x-patch Size: 1660 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20050211/286d27df/attachment.bin