]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Allow -c argument to provide a command list
authorSimon Glass <sjg@chromium.org>
Sat, 20 Apr 2013 08:42:48 +0000 (08:42 +0000)
committerTom Rini <trini@ti.com>
Wed, 1 May 2013 15:17:21 +0000 (11:17 -0400)
commit39042d821ed882d448f1bcd6505df7fb6700b8f0
treeca6b4f2352d2ef274a7b2917a06ddf8b2b53e39d
parent095686d3f5e0b46e76d40e3ad0b75982a215024d
sandbox: Allow -c argument to provide a command list

This allows passing of entire scripts to sandbox with the -c argument,
which is useful for testing. Commands can be delimited with a newline
or semicolon.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/cpu/start.c