mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-20 04:07:36 -04:00
Merge pull request #174 from pulp-platform/Moschn-patch-1
Bugfix in FPGA bootrom
This commit is contained in:
commit
d0dfdc6386
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ int sd_copy(void *dst, uint32_t src_lba, uint32_t size)
|
|||
crc = (crc << 1) | 1;
|
||||
if (sd_cmd(18, src_lba, crc) != 0x00)
|
||||
{
|
||||
for (int j = 0; j < 8; i++)
|
||||
for (int j = 0; j < 8; j++)
|
||||
sd_dummy();
|
||||
|
||||
print_uart("could not read SD block\r\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue