Name more hardcoded values

This commit is contained in:
Kostas Missos
2018-06-24 22:31:24 +03:00
parent df30512fd9
commit 6961769a86
8 changed files with 104 additions and 59 deletions

View File

@@ -548,9 +548,9 @@ int hos_launch(ini_sec_t *cfg)
//Signal to pkg2 ready and continue boot.
*mb_in = bootStatePkg2Continue;
//Halt ourselves in waitevent state.
//Halt ourselves in waitevent state and resume if there's JTAG activity.
while (1)
FLOW_CTLR(0x4) = 0x50000000;
FLOW_CTLR(FLOW_CTLR_HALT_COP_EVENTS) = 0x50000000;
return 0;
}