]> git.ipfire.org Git - people/ms/u-boot.git/commit
powerpc, 8xx: Move cache function into C files
authorChristophe Leroy <christophe.leroy@c-s.fr>
Thu, 13 Jul 2017 13:10:00 +0000 (15:10 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 23 Jul 2017 02:22:50 +0000 (22:22 -0400)
commit1e7cefef585c972ed40e016ba8739f5c5091254b
treee9323035b7cba5f696db3c99f2faae3a05749280
parent36d3260756ec6277acf474e1c407fdd9a104f9cb
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>
arch/powerpc/cpu/mpc8xx/Makefile
arch/powerpc/cpu/mpc8xx/cache.c [new file with mode: 0644]
arch/powerpc/cpu/mpc8xx/start.S