mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
common: move board_info.c prototypes in init.h
Move function prototype for common/init/board_init.c from common.h to init.h Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
committed by
Tom Rini
parent
e2c219cd71
commit
fc22ee215a
@@ -163,6 +163,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 */
|
||||
|
Reference in New Issue
Block a user