]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
bootstd: Correct the name of the QEMU bootmeth
authorSimon Glass <sjg@chromium.org>
Wed, 12 Jul 2023 15:04:31 +0000 (09:04 -0600)
committerBin 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

index ecd4b082fd20d3032592845f82125654a51af363..8ebbc3ebcd580355ad53d09f76bf07c17189461d 100644 (file)
@@ -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;
 }