From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edward L Swarthout Date: Mon, 6 Oct 2014 16:28:10 +0000 Subject: [U-Boot] [PATCH] cfi_flash: don't hide write/erase errors In-Reply-To: References: Message-ID: <1412612889243.75883@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Baruch Siach > Partially revert commit 0d01f66d235118 (CFI: cfi_flash write fix for AMD > legacy). > > flash_full_status_check() used to skip status register parsing when > flash_status_check() returns OK. This is wrong since flash_status_check() > must return OK for other status bits to be valid. > Cc: Ed Swarthout > Signed-off-by: Baruch Siach I don't have access to the error case I thought I was fixing with this part and my change does look incorrect, so Acked-by: Ed Swarthout Ed