mirror of https://github.com/wolfSSL/wolfBoot.git
Fix DQ0 wording in p1021 erase-fail test comment
STATUS_ERASE_FAIL is 0x81, so the fail bit (DQ0) is set, not clear.pull/892/head
parent
928b9d9590
commit
bb2e1a70f8
|
|
@ -136,7 +136,7 @@ START_TEST (test_erase_stops_on_status_fail)
|
|||
int ret;
|
||||
|
||||
/* The command sequence completes (cmd_ret 0) but the NAND reports an
|
||||
* erase failure in the status byte (DQ0 clear). */
|
||||
* erase failure in the status byte (DQ0 set). */
|
||||
mock_reset(0, STATUS_ERASE_FAIL);
|
||||
|
||||
ret = ext_flash_erase(0, 2 * (int)TEST_BLOCK_SIZE);
|
||||
|
|
|
|||
Loading…
Reference in New Issue