mirror of
https://github.com/marqs85/ossc.git
synced 2026-04-21 20:17:26 +00:00
BSP and sw modifications
This commit is contained in:
@@ -95,7 +95,7 @@ int verify_flash(alt_u32 offset, alt_u32 length, alt_u32 golden_crc, alt_u8 *tmp
|
||||
if (retval != 0)
|
||||
return retval;
|
||||
|
||||
crcval = crcCI(tmpbuf, bytes_to_read, (i==0));
|
||||
//crcval = crcCI(tmpbuf, bytes_to_read, (i==0));
|
||||
}
|
||||
|
||||
if (crcval != golden_crc)
|
||||
|
||||
Reference in New Issue
Block a user