Skip to content
Commit 685a694f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: convert early_printk EVT init to a loop



The EVT registers are all contiguous in the memory map, so using a loop to
initialize them all rather than hardcoding the list results in much better
generated code (a hardware loop rather than a whole bunch of individual
loads).

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent f1db88d2
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