aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass2024-07-17 09:30:56 +0100
committerHeinrich Schuchardt2024-07-19 13:54:54 +0200
commit70a4982d4fd83d18cd1951b2be9f3e7538b8c499 (patch)
tree186bbc130bc4c7cdde7c448c53ceda8e2aad43e5 /boot
parent64a1446bd09ec58ab259c9ec2b3160ac604b734f (diff)
doc: Add a description for bootmeth_qfw
Add documentation for the qfw bootmeth. Fix up the compatible string to drop the 'extlinux' part, which is not relevant to this bootmeth. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'boot')
-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 dfaa944594e..2f8e00cf350 100644
--- a/boot/bootmeth_qfw.c
+++ b/boot/bootmeth_qfw.c
@@ -88,7 +88,7 @@ static struct bootmeth_ops qfw_bootmeth_ops = {
};
static const struct udevice_id qfw_bootmeth_ids[] = {
- { .compatible = "u-boot,qfw-extlinux" },
+ { .compatible = "u-boot,qfw-bootmeth" },
{ }
};