commit | 0ae15b97a8125cf21368d036fd2bc8bfb5d8de81 | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 13 15:10:00 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 22 22:22:50 2017 -0400 |
tree | e9323035b7cba5f696db3c99f2faae3a05749280 | |
parent | ea31cb23927641f478e05c634e671ec15979b584 [diff] |
powerpc, 8xx: Move cache function into C files Avoid unnecessary assembly functions when they can easily be written in C. Also remove dc_read() as it is nowhere referenced Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>