From: Simon Glass Date: Wed, 12 Jul 2023 15:04:31 +0000 (-0600) Subject: bootstd: Correct the name of the QEMU bootmeth X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=3c2e531cb8f19841cb734c18623832c73d16c26b;p=u-boot.git bootstd: Correct the name of the QEMU bootmeth This does not relate to sandbox. Correct the name. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- 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; }