mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
efi: Adjust script to show pre-relocation output on terminal
When running with video enabled, the pre-relocation output of U-Boot is currently lost. Add a -serial flag to show it on the terminal. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
38191594df
commit
1f0cf89227
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,8 @@ run_qemu() {
|
|||
fi
|
||||
if [[ -n "${serial}" ]]; then
|
||||
extra="-display none -serial mon:stdio"
|
||||
else
|
||||
extra="-serial mon:stdio"
|
||||
fi
|
||||
echo "Running ${qemu}"
|
||||
# Use 512MB since U-Boot EFI likes to have 256MB to play with
|
||||
|
|
Loading…
Reference in a new issue