commit | b4ee1491b917951c0f57e18fd816a4211f5829d4 | [log] [tgz] |
---|---|---|
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Apr 15 16:13:47 2014 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu May 15 16:24:26 2014 +0200 |
tree | 1b9ebaf93784b7bd0c65db38ccccd4580d84ca00 | |
parent | d2a3e911390f9fc4d8c0ee4b3c7fc75f4fd3fd19 [diff] |
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>