mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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.
This reverts commit 47b98ad0f6
.
Signed-off-by: Simon Glass <sjg@chromium.org>