]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Create a single cmd_call() function to handle command execution
authorSimon Glass <sjg@chromium.org>
Tue, 14 Feb 2012 19:59:23 +0000 (19:59 +0000)
committerWolfgang Denk <wd@denx.de>
Tue, 6 Mar 2012 20:09:34 +0000 (21:09 +0100)
commitbdf8e34b936e2b94990ab6ce8dd5463d14d173dd
tree1cd5822ee530eaba3b22fb6fcf50967c6fce6d19
parent7fed89e00e0836f7894f350716b3f182ee562760
Create a single cmd_call() function to handle command execution

We should aim for a single point of entry to the commands, whichever
parser is used.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/command.c
common/hush.c
common/main.c
include/command.h