aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-rockchip/rk3128-board.c')
-rw-r--r--arch/arm/mach-rockchip/rk3128-board.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/mach-rockchip/rk3128-board.c b/arch/arm/mach-rockchip/rk3128-board.c
index 7fd667a0b8..fa71685af8 100644
--- a/arch/arm/mach-rockchip/rk3128-board.c
+++ b/arch/arm/mach-rockchip/rk3128-board.c
@@ -8,11 +8,11 @@
8#include <ram.h> 8#include <ram.h>
9#include <syscon.h> 9#include <syscon.h>
10#include <asm/io.h> 10#include <asm/io.h>
11#include <asm/arch/clock.h> 11#include <asm/arch-rockchip/clock.h>
12#include <asm/arch/periph.h> 12#include <asm/arch-rockchip/periph.h>
13#include <asm/arch/grf_rk3128.h> 13#include <asm/arch-rockchip/grf_rk3128.h>
14#include <asm/arch/boot_mode.h> 14#include <asm/arch-rockchip/boot_mode.h>
15#include <asm/arch/timer.h> 15#include <asm/arch-rockchip/timer.h>
16#include <power/regulator.h> 16#include <power/regulator.h>
17 17
18DECLARE_GLOBAL_DATA_PTR; 18DECLARE_GLOBAL_DATA_PTR;
@@ -57,7 +57,7 @@ int dram_init_banksize(void)
57 return 0; 57 return 0;
58} 58}
59 59
60#ifndef CONFIG_SYS_DCACHE_OFF 60#if !CONFIG_IS_ENABLED(SYS_DCACHE_OFF)
61void enable_caches(void) 61void enable_caches(void)
62{ 62{
63 /* Enable D-cache. I-cache is already enabled in start.S */ 63 /* Enable D-cache. I-cache is already enabled in start.S */