mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
Fix nano2g build from 88a1d902
Change-Id: I7f760ce84a2b8e8f5b118b7fe3b57c64d0f4af05
This commit is contained in:
parent
88a1d90236
commit
6b348d7f75
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ static void calc_hash(uint32_t* data, uint32_t size, uint32_t* result)
|
|||
for (ptr = 0; ptr < (size >> 2); ptr += 0x10)
|
||||
{
|
||||
for (i = 0; i < 0x10; i++) SHA1DATAIN[i] = data[ptr + i];
|
||||
SHA1CONFIG = ctrl;
|
||||
SHA1CONFIG = config;
|
||||
config = 0xA;
|
||||
while ((SHA1CONFIG & 1) != 0);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue