summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rv1108/rv1108.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rockchip/rv1108/rv1108.c')
-rw-r--r--arch/arm/mach-rockchip/rv1108/rv1108.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-rockchip/rv1108/rv1108.c b/arch/arm/mach-rockchip/rv1108/rv1108.c
index 66aeb3ffcc..6362af995b 100644
--- a/arch/arm/mach-rockchip/rv1108/rv1108.c
+++ b/arch/arm/mach-rockchip/rv1108/rv1108.c
@@ -3,13 +3,3 @@
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
* Author: Andy Yan <andy.yan@rock-chips.com>
*/
-
-#include <common.h>
-
-#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
-void enable_caches(void)
-{
- /* Enable D-cache. I-cache is already enabled in start.S */
- dcache_enable();
-}
-#endif