commit | e20df591fe1c2b44bd870699e6351c526072e0d5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 12 09:04:41 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Mon Jul 17 13:38:35 2023 +0800 |
tree | 585b26877b6d50bea448b3ce2294ef6e27438de0 | |
parent | f1db9755b58665ca79ffe131dc824843baf9045a [diff] |
x86: qemu: Switch to standard boot Drop use of the distro boot script and use standard boot instead. Moving to a text-based environment would be desirable also, but requires additional work. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>