Fix HELLO check that HULK bss and stack region could be found
This commit is contained in:
parent
7540d4302e
commit
7b531e36ea
@ -229,7 +229,7 @@ private void get_memory_map(ulong * bss_phys, ulong * stack_phys, ulong * physic
|
||||
}
|
||||
}
|
||||
bootinfo().memory_map_count = count;
|
||||
if ((!found_bss) && (!found_stack))
|
||||
if ((!found_bss) || (!found_stack))
|
||||
{
|
||||
for (;;) {}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user