firmware: Add nop to reduce bus traffic.
authorAtish Patra <atish.patra@wdc.com>
Wed, 6 Mar 2019 02:03:27 +0000 (18:03 -0800)
committerAnup Patel <anup@brainfault.org>
Thu, 7 Mar 2019 02:37:18 +0000 (08:07 +0530)
commitb225583881c82eaab3059af9277c091432d50266
treeb4261f2bd35af68233d9cbacd5238750bd59b1f8
parent69d794cbcbab9ad50e090b06fd7ff6fd2b7b8315
firmware: Add nop to reduce bus traffic.

All the non-boot harts run in a tight loop which may cause a heavy load
on the memory bus. This may delay the boot hart to complete the cold boot
process.

Introduce few nop that will ease up the traffic.

Signed-off-by: Atish Patra <atish.patra@wdc.com>
firmware/fw_base.S