Fix GPU on Linux when booting from warmboot

This commit is contained in:
Kostas Missos
2019-02-12 00:46:06 +02:00
parent b677d6cad3
commit 4f2bbbf101
2 changed files with 5 additions and 0 deletions

View File

@@ -1157,6 +1157,7 @@ extern void pivot_stack(u32 stack_top);
void ipl_main()
{
// Do initial HW configuration. This is compatible with consecutive reruns without a reset.
config_hw();
//Pivot the stack so we have enough space.