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 /common/main.c | |
parent | b199c6e2d71c5d1a89dcc66a1215fafcb2156591 (diff) | |
download | u-boot-79714c1e26229985c2ed9dd5853b55732cb21f2c.tar.gz u-boot-79714c1e26229985c2ed9dd5853b55732cb21f2c.tar.bz2 u-boot-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 'common/main.c')
-rw-r--r-- | common/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/main.c b/common/main.c index 91e888fd3c..defe2d499d 100644 --- a/common/main.c +++ b/common/main.c @@ -270,9 +270,6 @@ int abortboot(int bootdelay) /* * Return 0 on success, or != 0 on error. */ -#ifndef CONFIG_CMD_PXE -static inline -#endif int run_command2(const char *cmd, int flag) { #ifndef CONFIG_SYS_HUSH_PARSER |