commit | 5b78e8736c40627ebf05c6ad1dbb3c524033f580 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Mar 10 12:47:19 2023 -0800 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Mar 13 13:53:01 2023 +0100 |
tree | cd05026e8a8a8c2393da913b93b7af599bbd9865 | |
parent | 32dc453eca3fcf66ed736ab5fc3cbf3fad6c1ba2 [diff] |
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>