summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-06-24 19:54:20 +0200
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2014-06-24 19:54:20 +0200
commit754466ac95e92ebf40e25c6af6f13ab9b4d7c87b (patch)
treea63da2cacba9786c93f209a7f44c663c50d768a7 /arch/arm
parentaed39f354eb663bce7bfbf54c89397b14da2ed64 (diff)
parent6dbeb893c4a7668d0098318d6668ccf59bfbfdea (diff)
downloadu-boot-imx-754466ac95e92ebf40e25c6af6f13ab9b4d7c87b.zip
u-boot-imx-754466ac95e92ebf40e25c6af6f13ab9b4d7c87b.tar.gz
u-boot-imx-754466ac95e92ebf40e25c6af6f13ab9b4d7c87b.tar.bz2
Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/cpu/armv7/at91/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/at91/cpu.c b/arch/arm/cpu/armv7/at91/cpu.c
index 2fbf60d..8d86f97 100644
--- a/arch/arm/cpu/armv7/at91/cpu.c
+++ b/arch/arm/cpu/armv7/at91/cpu.c
@@ -61,6 +61,8 @@ int print_cpuinfo(void)
void enable_caches(void)
{
+ icache_enable();
+ dcache_enable();
}
unsigned int get_chip_id(void)