From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 28 Dec 2015 09:34:33 +0800 Subject: [U-Boot] [PATCH 2/5] altera_qspi: set fail_addr for erase ops In-Reply-To: <1450918284-16174-2-git-send-email-thomas@wytron.com.tw> References: <1450918284-16174-1-git-send-email-thomas@wytron.com.tw> <1450918284-16174-2-git-send-email-thomas@wytron.com.tw> Message-ID: <568091A9.1000102@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?12?24? 08:51, Thomas Chou wrote: > If the erase fails, fail_addr might indicate exactly which block > failed. If fail_addr = MTD_FAIL_ADDR_UNKNOWN, the failure was not > at the device level or was not specific to any particular block. > > Signed-off-by: Thomas Chou > --- > drivers/mtd/altera_qspi.c | 1 + > 1 file changed, 1 insertion(+) > Applied to u-boot-nios.