]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
armv7: s5pc1xx: improve cache handling
authorRobert Baldyga <r.baldyga@samsung.com>
Fri, 19 Sep 2014 10:17:55 +0000 (12:17 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 8 Oct 2014 10:42:04 +0000 (19:42 +0900)
commitdab067c32307d7f78ab00ef19690fecbc3ad607a
tree73002a9bd0eca44898b5e0f07f0f59d8e0ec01a9
parent2ecd779742e3eda5b8d1355b56ddc1ea836c8407
armv7: s5pc1xx: improve cache handling

Move cache handling code to C file, and add enable_caches() and
disable_caches() functions.

Signed-off-by: Robert Baldyga <r.baldyga@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/cpu/armv7/s5pc1xx/cache.S [deleted file]
arch/arm/cpu/armv7/s5pc1xx/cache.c [new file with mode: 0644]