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>
Showing
- arch/arm/cpu/arm926ejs/kirkwood/cpu.c 1 addition, 1 deletionarch/arm/cpu/arm926ejs/kirkwood/cpu.c
- board/esd/common/auto_update.c 1 addition, 1 deletionboard/esd/common/auto_update.c
- board/esd/common/cmd_loadpci.c 1 addition, 1 deletionboard/esd/common/cmd_loadpci.c
- board/esd/du440/du440.c 1 addition, 1 deletionboard/esd/du440/du440.c
- common/cmd_bedbug.c 1 addition, 1 deletioncommon/cmd_bedbug.c
- common/cmd_bootm.c 1 addition, 1 deletioncommon/cmd_bootm.c
- common/cmd_source.c 2 additions, 2 deletionscommon/cmd_source.c
- common/main.c 5 additions, 4 deletionscommon/main.c
- include/common.h 1 addition, 1 deletioninclude/common.h
Loading
Please register or sign in to comment