commit | 90b529f9e74381e594d3ef91dafc3a046c3d20c4 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 21 09:18:20 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 07:52:34 2019 +0200 |
tree | 8d0072f93611aac314bf5dea3dc452de96ca8a91 | |
parent | 640b8c3e3c45bf5769b72f3807e87e1566e438ac [diff] |
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: Mario Six <mario.six@gdsys.cc>