]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Rename run_command() to builtin_run_command()
authorSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2012 19:59:19 +0000 (19:59 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Mar 2012 20:09:18 +0000 (21:09 +0100)
commitf47360a74ec05c078960bf6f8c10a7f426c7d11d
treeda8f3b450fa39aa0ad3966da7c2e04f243a30da7
parent79714c1e26229985c2ed9dd5853b55732cb21f2c
Rename run_command() to builtin_run_command()

The current run_command() is only one of the parsing options - the other
is hush. We should not call run_command() when the hush parser is being
used. So we rename this function to better explain its purpose.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
arch/arm/cpu/arm926ejs/kirkwood/cpu.c
board/esd/common/auto_update.c
board/esd/common/cmd_loadpci.c
board/esd/du440/du440.c
common/cmd_bedbug.c
common/cmd_bootm.c
common/cmd_source.c
common/main.c
include/common.h