riscv: Increase the number of Algorithm Steps

This commit is contained in:
Megan Wachs 2016-12-18 12:11:48 -08:00
parent e31dd225fa
commit 37ca3d7810
1 changed files with 1 additions and 1 deletions

View File

@ -877,7 +877,7 @@ static int fespi_write(struct flash_bank *bank, const uint8_t *buffer,
if (retval != ERROR_OK)
return retval;
struct algorithm_steps *as = as_new(count / 16);
struct algorithm_steps *as = as_new(count / 4);
/* unaligned buffer head */
if (count > 0 && (offset & 3) != 0) {