Commit ab91c143 authored by Atish Patra's avatar Atish Patra Committed by Anup Patel
Browse files

firmware: Move scratch setup to _start instead of _start_warm



Scratch space setup needs to be done once for reboot for each
hart. _start_warm may be called several times if hart hotplug
is implemented.

Move scratch space setup to the beginning so that it is done
only once.

Signed-off-by: default avatarAtish Patra <atish.patra@wdc.com>
parent 1e24e21d
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