]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cpu/arm_intcm/cpu.c
arm: clean cache management
[people/ms/u-boot.git] / cpu / arm_intcm / cpu.c
index ccf7fd5b6432c4bc955d0a1b43ab7d205c97c94e..ea6747ae96356c355e4c0c6d328b87f7c38309de 100644 (file)
@@ -76,18 +76,3 @@ int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        /*NOTREACHED*/
        return (0);
 }
-
-/* May not be cahed processor on the CM - do nothing */
-void icache_enable (void)
-{
-}
-
-void icache_disable (void)
-{
-}
-
-/* return "disabled" */
-int icache_status (void)
-{
-       return 0;
-}