diff options
| author | Tom Rini <[email protected]> | 2023-03-13 15:36:52 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-03-13 15:36:52 -0400 |
| commit | 2684aad483f57fba10c245cf56614880e9f4657e (patch) | |
| tree | 50d264f36cd5417e9af5e3b7ed5800f34b8c1320 /scripts | |
| parent | bcf343146ff365a88481b9a80920ed146c6dee5b (diff) | |
| parent | 61a621054194216eefc1a6f5af0a63aa265bbaef (diff) | |
Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request efi-next-20230313
UEFI:
* Improve graphics support in EFI app
Others:
* x86: Add a few more items to bdinfo
* video: Remove duplicate cursor-positioning function
* video: Clear the vidconsole rather than the video
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build-efi.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-efi.sh b/scripts/build-efi.sh index bc9aeebbf4f..46c28807ef1 100755 --- a/scripts/build-efi.sh +++ b/scripts/build-efi.sh @@ -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 |
