
1 May
2015
1 May
'15
12:06 a.m.
On 30 April 2015 at 14:16, Sjoerd Simons sjoerd.simons@collabora.co.uk wrote:
For the distro_bootcmds to succeed on the sandbox a bit of setup is required (e.g. network configured or host image bound), so running them by default isn't that useful.
Add a -b/--boot command to the sandbox binary, which triggers the distro_bootcmds to run after the other command-line commands.
Signed-off-by: Sjoerd Simons sjoerd.simons@collabora.co.uk
Changes since v1:
- Use run_distro_boot instead of boot as the state variable
arch/sandbox/cpu/start.c | 20 +++++++++++++++++--- arch/sandbox/include/asm/state.h | 1 + include/configs/sandbox.h | 2 ++ 3 files changed, 20 insertions(+), 3 deletions(-)
Acked-by: Simon Glass sjg@chromium.org