summaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/exynos_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5250/exynos_cache.c')
-rw-r--r--src/cpu/samsung/exynos5250/exynos_cache.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/cpu/samsung/exynos5250/exynos_cache.c b/src/cpu/samsung/exynos5250/exynos_cache.c
index 7f4effe3a0..2cb918d357 100644
--- a/src/cpu/samsung/exynos5250/exynos_cache.c
+++ b/src/cpu/samsung/exynos5250/exynos_cache.c
@@ -33,17 +33,6 @@ enum l2_cache_params {
CACHE_DATA_RAM_LATENCY = (2<<0)
};
-
-/* FIXME(dhendrix): maybe move this to a romstage-specific file? */
-#ifdef __PRE_RAM__
-void enable_caches(void)
-{
- /* Enable D-cache. I-cache is already enabled in start.S */
- /* can't use it anyway -- it has dependencies we have to fix. */
- //dcache_enable();
-}
-#endif
-
/*
* Set L2 cache parameters
*/