Skip to content
Snippets Groups Projects
Commit 1e718f43 authored by Mario Six's avatar Mario Six
Browse files

mpc83xx: Replace ppcDWstore with inline assembly


ppcDWstore/ppcDWload are hardly used by any board, but since they're
implemented in start.S, they're always present in every U-Boot image,
even if they're not needed.

Re-implement these fuctions in C with inline assembly, so that the
compiler can decide when to actually include them.

Signed-off-by: default avatarMario Six <mario.six@gdsys.cc>
parent 8835836a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment