diff options
Diffstat (limited to 'cpu/arm_cortexa8/omap3/board.c')
| -rw-r--r-- | cpu/arm_cortexa8/omap3/board.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/cpu/arm_cortexa8/omap3/board.c b/cpu/arm_cortexa8/omap3/board.c index 6e295994a..b665ec9ed 100644 --- a/cpu/arm_cortexa8/omap3/board.c +++ b/cpu/arm_cortexa8/omap3/board.c @@ -36,6 +36,7 @@  #include <asm/io.h>  #include <asm/arch/sys_proto.h>  #include <asm/arch/mem.h> +#include <asm/cache.h>  extern omap3_sysinfo sysinfo; @@ -206,9 +207,9 @@ void s_init(void)  #endif  #ifdef CONFIG_L2_OFF -	l2cache_disable(); +	l2_cache_disable();  #else -	l2cache_enable(); +	l2_cache_enable();  #endif  	/*  	 * Writing to AuxCR in U-boot using SMI for GP DEV  |