Commit bb3edd36 authored by Anup Patel's avatar Anup Patel Committed by Anup Patel
Browse files

firmware: For no relocation skip two stage wait for secondary HARTs



When relocation is not required (i.e. _load_start == _link_start), we
can skip two stage wait for secondary HARTs. This means secondary HARTs
can skip the _wait_relocate_copy_done() loop and directly jump to the
_wait_for_boot_hart() loop when no relocation not required.

Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
parent da398ef8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment