commit | 554d879cd5bc5a4e83c7538d3540dd250cf24f69 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Thu Aug 16 13:23:11 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 10 21:19:16 2018 -0400 |
tree | 73100f23d055bae16636df9368a8d4558e459f3a | |
parent | e3cb5143d7f0876b9fefaef3a4d6b3749a89f048 [diff] |
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>