]> git.ipfire.org Git - people/ms/u-boot.git/commit
Revert "sandbox: Drop special case console code for sandbox"
authorSimon Glass <sjg@chromium.org>
Mon, 4 Dec 2017 20:48:19 +0000 (13:48 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 7 Dec 2017 20:17:00 +0000 (15:17 -0500)
commit64e9b4f346f113dec984eaab226a44d35e38d7ce
tree9b2b78e39ccea8f099f4df127810cf9418529ee3
parente341434a7ff64911e032300f13b14862dfd73cc7
Revert "sandbox: Drop special case console code for sandbox"

While sandbox works OK without the special-case code, it does result in
console output being stored in the pre-console buffer while sandbox starts
up. If there is a crash or a problem then there is no indication of what
is going on.

For ease of debugging it seems better to revert this change also.

This reverts commit d8c6fb8cedbc35eee27730a7fa544e499b3c81cc.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/console.c