soc: intel_adsp: Lengthen initialization sleep on the cavs 1.5 loader
This was still observed to be failing occasionally. Seems like 100ms is more robust than 10ms. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
12560d54c7
commit
7d8da0f3dd
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def main():
|
|||
# sleep seems to be needed; if we're banging on the memory window
|
||||
# during initial boot (before/while the window control registers
|
||||
# are configured?) the DSP hardware will hang fairly reliably.
|
||||
time.sleep(0.01)
|
||||
time.sleep(0.1)
|
||||
while (dsp.SRAM_FW_STATUS >> 24) != 5: pass
|
||||
|
||||
# Send the DSP an IPC message to tell the device how to boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue