git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec5178
)
bootstd: Correct the name of the QEMU bootmeth
author
Simon Glass
<sjg@chromium.org>
Wed, 12 Jul 2023 15:04:31 +0000
(09:04 -0600)
committer
Bin Meng
<bmeng@tinylab.org>
Sun, 16 Jul 2023 15:13:17 +0000
(23:13 +0800)
This does not relate to sandbox. Correct the name.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
boot/bootmeth_qfw.c
patch
|
blob
|
history
diff --git
a/boot/bootmeth_qfw.c
b/boot/bootmeth_qfw.c
index
ecd4b08
..
8ebbc3e
100644
(file)
--- a/
boot/bootmeth_qfw.c
+++ b/
boot/bootmeth_qfw.c
@@
-76,7
+76,7
@@
static int qfw_bootmeth_bind(struct udevice *dev)
{
struct bootmeth_uc_plat *plat = dev_get_uclass_plat(dev);
- plat->desc = "
Sandbox boot for testing
";
+ plat->desc = "
QEMU boot using firmware interface
";
return 0;
}