summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc8xx/Makefile
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2017-07-13 15:10:00 +0200
committerTom Rini <trini@konsulko.com>2017-07-22 22:22:50 -0400
commit1e7cefef585c972ed40e016ba8739f5c5091254b (patch)
treee9323035b7cba5f696db3c99f2faae3a05749280 /arch/powerpc/cpu/mpc8xx/Makefile
parent36d3260756ec6277acf474e1c407fdd9a104f9cb (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>
Diffstat (limited to 'arch/powerpc/cpu/mpc8xx/Makefile')
-rw-r--r--arch/powerpc/cpu/mpc8xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc8xx/Makefile b/arch/powerpc/cpu/mpc8xx/Makefile
index b40bffb047..40f38923ec 100644
--- a/arch/powerpc/cpu/mpc8xx/Makefile
+++ b/arch/powerpc/cpu/mpc8xx/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_CMD_IMMAP) += immap.o
obj-y += interrupts.o
obj-$(CONFIG_CMD_REGINFO) += reginfo.o
obj-y += speed.o
+obj-y += cache.o