mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
Remove CMD_PXE's static on run_command()
It really isn't clear why this is here and there is no comment, so drop it. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
b199c6e2d7
commit
79714c1e26
2 changed files with 0 additions and 5 deletions
|
@ -261,9 +261,7 @@ int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen);
|
|||
/* common/main.c */
|
||||
void main_loop (void);
|
||||
int run_command (const char *cmd, int flag);
|
||||
#ifdef CONFIG_CMD_PXE
|
||||
int run_command2(const char *cmd, int flag);
|
||||
#endif
|
||||
int readline (const char *const prompt);
|
||||
int readline_into_buffer(const char *const prompt, char *buffer,
|
||||
int timeout);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue