]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm1136: move cache code from start.S to cache.c
authorAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 Apr 2014 14:13:47 +0000 (16:13 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Thu, 15 May 2014 14:24:26 +0000 (16:24 +0200)
commitb4ee1491b917951c0f57e18fd816a4211f5829d4
tree1b9ebaf93784b7bd0c65db38ccccd4580d84ca00
parentd2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19
arm1136: move cache code from start.S to cache.c

arch/arm/cpu/arm1136/start.S contain a cache flushing function.
Remove the function and move its code into arch/arm/lib/cache.c.

Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
arch/arm/cpu/arm1136/start.S
arch/arm/lib/cache.c