Move function prototype for common/init/board_init.c
from common.h to init.h
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
* common/board_f.c
* common/init/board_init.c
* common/board_r.c
+ * common/board_info.c
*/
#include <init.h>
*/
int run_command_list(const char *cmd, int len, int flag);
-int checkboard(void);
-int show_board_info(void);
int checkflash(void);
int checkdram(void);
extern u8 __dtb_dt_begin[]; /* embedded device tree blob */
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 */