cfi: add LOG_ERROR() in case of unsupported intel erase algorithm
found by code inspection. There are many other places in CFI where LOG_ERROR() should be called similarly... Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>__archive__
parent
b6a8254065
commit
9132f7083d
|
@ -979,7 +979,10 @@ static int cfi_intel_protect(struct flash_bank *bank, int set, int first, int la
|
|||
* instant individual block locking (bit 5).
|
||||
*/
|
||||
if (!(pri_ext->feature_support & 0x28))
|
||||
{
|
||||
LOG_ERROR("lock/unlock not supported on flash");
|
||||
return ERROR_FLASH_OPERATION_FAILED;
|
||||
}
|
||||
|
||||
cfi_intel_clear_status_register(bank);
|
||||
|
||||
|
|
Loading…
Reference in New Issue