mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00: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:
parent
e2c219cd71
commit
fc22ee215a
2 changed files with 4 additions and 2 deletions
|
@ -66,6 +66,7 @@ typedef void (interrupt_handler_t)(void *);
|
|||
* common/board_f.c
|
||||
* common/init/board_init.c
|
||||
* common/board_r.c
|
||||
* common/board_info.c
|
||||
*/
|
||||
#include <init.h>
|
||||
|
||||
|
@ -96,8 +97,6 @@ int run_command_repeatable(const char *cmd, int flag);
|
|||
*/
|
||||
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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue