summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2012-02-14 19:59:20 +0000
committerWolfgang Denk <wd@denx.de>2012-03-06 21:09:22 +0100
commit009dde1955583e306cf904c864068f3acb0db499 (patch)
treee947cfb2a3ff47d34c9a78adc97dbd31c97d704e /include/common.h
parentf47360a74ec05c078960bf6f8c10a7f426c7d11d (diff)
downloadtalos-obmc-uboot-009dde1955583e306cf904c864068f3acb0db499.tar.gz
talos-obmc-uboot-009dde1955583e306cf904c864068f3acb0db499.zip
Rename run_command2() to run_command()
This is a more sensible name, so rename 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index dd1b9edbba..e8b62a96c5 100644
--- a/include/common.h
+++ b/include/common.h
@@ -261,7 +261,7 @@ int print_buffer (ulong addr, void* data, uint width, uint count, uint linelen);
/* common/main.c */
void main_loop (void);
int builtin_run_command(const char *cmd, int flag);
-int run_command2(const char *cmd, int flag);
+int run_command(const char *cmd, int flag);
int readline (const char *const prompt);
int readline_into_buffer(const char *const prompt, char *buffer,
int timeout);
OpenPOWER on IntegriCloud