]> git.sur5r.net Git - u-boot/blobdiff - include/init.h
powerpc: fix typo in kgdb.c
[u-boot] / include / init.h
index 89e48f2689a05e042aae0bc6a09493f21214c2b4..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);
@@ -163,6 +170,9 @@ int misc_init_r(void);
 int init_func_vid(void);
 #endif
 
+/* common/board_info.c */
+int checkboard(void);
+int show_board_info(void);
 
 #endif /* __ASSEMBLY__ */
 /* Put only stuff here that the assembler can digest */