sandbox: Drop the 'starting...' message
authorSimon Glass <sjg@chromium.org>
Mon, 8 Mar 2021 00:34:40 +0000 (17:34 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 12 Mar 2021 14:57:29 +0000 (09:57 -0500)
commitbef1b283354fdd055962b7ad5ab9f59d75a11bd7
treeece0dc11d2c4ea0de0670c14c214138fad003d5c
parent8d16ebdf81cda3e07eb76cd7f2efc52cbaf0475b
sandbox: Drop the 'starting...' message

This message is annoying since it is only useful for testing. Drop it and
update the test to cope.

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