Copy procedure consists of two steps - read from NOR and write to RAM. I'm quite sure U-boot writes to RAM very effectively, and RAM settings are correct, so there is nothing to further optimize in write to RAM part. The only thing you can try to optimize is read from NOR flash - please verify NOR flash read cycle length is optimal for actually used NOR flash memory. But strictly speaking I do not expect significant issues with NOR flash settings.
Besides optimizing NOR read cycle time and write to RAM time, I do not see any other way to reduce copy time.
Have a great day,
Alexander
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------