mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
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>
This commit is contained in:
parent
6ec5178c0e
commit
3c2e531cb8
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ static int qfw_bootmeth_bind(struct udevice *dev)
|
||||||
{
|
{
|
||||||
struct bootmeth_uc_plat *plat = dev_get_uclass_plat(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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue