]> git.sur5r.net Git - u-boot/blobdiff - include/init.h
arm: zynq: Use fixed partitions for spi flash for zc770 xm010
[u-boot] / include / init.h
index d54d519a69c2a69cd80a68f23b002c30d0746cde..147ae6bb8e75133702c8b70436de963de03aeaae 100644 (file)
@@ -101,6 +101,13 @@ int dram_init_banksize(void);
  */
 int arch_reserve_stacks(void);
 
+/**
+ * init_cache_f_r() - Turn on the cache in preparation for relocation
+ *
+ * @return 0 if OK, -ve on error
+ */
+int init_cache_f_r(void);
+
 int print_cpuinfo(void);
 int timer_init(void);
 int reserve_mmu(void);