]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm1136: Fix enable_caches()
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
Thu, 4 Oct 2012 10:04:02 +0000 (10:04 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Sat, 10 Nov 2012 11:28:22 +0000 (12:28 +0100)
commitccfa398547ce0b579f2e7874e78948246c739237
tree3b5ed5e64cae25ade6c046993038318a83004903
parent34275d70fec6cc369a931090ebb686bc213bb80d
arm1136: Fix enable_caches()

enable_caches() did not enable icache if CONFIG_SYS_ICACHE_OFF was not defined
but CONFIG_SYS_DCACHE_OFF was.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
arch/arm/cpu/arm1136/cpu.c