commit | 678ef47dee4c133b2df79c9d143411700901c219 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 27 13:26:22 2014 -0700 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 17 20:05:49 2014 -0600 |
tree | 34a10775e3d35c5ebf5432222443094025cb14bb | |
parent | e128a4e544a4d7ba6457cc63f111f353132a4122 [diff] |
sandbox: Allow Ctrl-C to work in sandbox It is useful for Cltl-C to be handled by U-Boot as it is on other boards. But it is also useful to be able to terminate U-Boot with Ctrl-C. Add an option to enable signals while in raw mode, and make this the default. Add an option to leave the terminal cooked, which is useful for redirecting output. Signed-off-by: Simon Glass <sjg@chromium.org>