ARM: CPU: arm926ejs: Consolidate cache routines to common file
authorAdam Ford <aford173@gmail.com>
Thu, 16 Aug 2018 18:23:11 +0000 (13:23 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 01:19:16 +0000 (21:19 -0400)
commit93b283d49f933f95f3a6f40762936f454ac655a8
tree73100f23d055bae16636df9368a8d4558e459f3a
parent5f133bb7c519ebb069f74bbda428627ad28419c6
ARM: CPU: arm926ejs: Consolidate cache routines to common file

Four different boards had different options for enabling cache
that were virtually all the same.  This consolidates these
common functions into arch/arm/cpu/arm926ejs/cache.c

This also has the positive side-effect of enabling cache on
the Davinci (da850) boards.

Signed-off-by: Adam Ford <aford173@gmail.com>
[trini: Add mach-at91 to the list of consolidations]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/arm926ejs/cache.c
arch/arm/cpu/arm926ejs/mx25/generic.c
arch/arm/cpu/arm926ejs/mx27/generic.c
arch/arm/cpu/arm926ejs/mxs/mxs.c
arch/arm/cpu/arm926ejs/spear/cpu.c
arch/arm/mach-at91/arm926ejs/Makefile
arch/arm/mach-at91/arm926ejs/cache.c [deleted file]