summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-07-12 18:04:31 +0300
committerBin Meng <bmeng@tinylab.org>2023-07-16 18:13:17 +0300
commit3c2e531cb8f19841cb734c18623832c73d16c26b (patch)
tree2b4001de7fd11d3074bc2e1d479455d1ea2b6899
parent6ec5178c0ef7c336ac41335aedc63f7f080a11a6 (diff)
downloadu-boot-3c2e531cb8f19841cb734c18623832c73d16c26b.tar.xz
bootstd: Correct the name of the QEMU bootmeth
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>
-rw-r--r--boot/bootmeth_qfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bootmeth_qfw.c b/boot/bootmeth_qfw.c
index ecd4b082fd..8ebbc3ebcd 100644
--- 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;
}