]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: Add -i option to enter interactive mode
authorSimon Glass <sjg@chromium.org>
Sun, 10 Nov 2013 17:27:02 +0000 (10:27 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 9 Jan 2014 00:24:53 +0000 (17:24 -0700)
commitc5a62d4a7b4a971a1fb17d595f7c1e98a936a974
tree8c9d8fc40f56b6202730c3778f89954de6c58876
parent91b136c7989e763b01632ca3de6fca8ead0b847b
sandbox: Add -i option to enter interactive mode

Normally when U-Boot starts with a command (-c option) it quits when the
command completes. Normally this is what is requires, since the test is
likely complete.

Provide an option to jump into the console instead, so that debugging or
other tasks may be performed before quitting.

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