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:
Atish Patra <atish.patra@wdc.com>
parent
1e24e21d
Please register or sign in to comment