]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi: Adjust script to show pre-relocation output on terminal
authorSimon Glass <sjg@chromium.org>
Fri, 10 Mar 2023 20:47:19 +0000 (12:47 -0800)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 13 Mar 2023 12:53:01 +0000 (13:53 +0100)
commit1f0cf89227fddf3e4a2653945157f49cecafc1d4
treecd05026e8a8a8c2393da913b93b7af599bbd9865
parent38191594df6bf3f68081626b9069b6e35b691085
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>
scripts/build-efi.sh