diff options
| author | Simon Glass <sjg@chromium.org> | 2012-02-14 19:59:18 +0000 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2012-03-06 21:09:14 +0100 | 
| commit | 79714c1e26229985c2ed9dd5853b55732cb21f2c (patch) | |
| tree | 6430340f550326eee332f346c2f1cd2717aecca2 /include/common.h | |
| parent | b199c6e2d71c5d1a89dcc66a1215fafcb2156591 (diff) | |
| download | olio-uboot-2014.01-79714c1e26229985c2ed9dd5853b55732cb21f2c.tar.xz olio-uboot-2014.01-79714c1e26229985c2ed9dd5853b55732cb21f2c.zip | |
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>
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/common.h b/include/common.h index a2c6b27d4..8f5331eb7 100644 --- a/include/common.h +++ b/include/common.h @@ -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); |