]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARMv7: at91: enable ICache and DCache.
authorWu, Josh <Josh.wu@atmel.com>
Mon, 19 May 2014 11:51:28 +0000 (19:51 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Sat, 14 Jun 2014 16:07:03 +0000 (18:07 +0200)
commitd337a09c30a04d14e2c35b7517105c6b2e3e48dd
treee3044ca9fdaf71eef7adc46acdc3f19b1891989d
parentb137bd8c8d75062719c2fe2880205f8b707a89a8
ARMv7: at91: enable ICache and DCache.

For at91 armv7 SoC (SAMA5D3x), only LCD and macb used DMA.
Now as the lcd and macb driver already support dcache. So we can
enable dcache now.

Also we can enable icache without any problem.

Signed-off-by: Josh Wu <josh.wu@atmel.com>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
arch/arm/cpu/armv7/at91/cpu.c