summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-10-26 07:51:18 -0600
committerTom Rini <[email protected]>2025-10-26 09:03:36 -0600
commit9094482ca7576877b2bfaa57c8e73cfeb536f8b9 (patch)
treea7ab2b7409802fe0dd3b2e36ecad3960c4b52004 /include/image.h
parentfd976ff3a233ae7c6a9f5bec790b02bbbf57bb24 (diff)
parent5335f8d25b2f39b9dd954981364f3cddde01895f (diff)
Merge tag 'efi-2026-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request efi-2026-01-rc1-2 CI: * https://source.denx.de/u-boot/custodians/u-boot-efi/-/pipelines/28024 Documentation: * develop: virtio: Fix qemu example (true/false -> on/off) * separate read and write command documentation * usage: Add general rule for `$?` * askenv: Reword and remove return value * seama: Reword return value section * usage: Use glob for all commands * Fix typos and formatting UEFI: * console: support editable input fields
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/image.h b/include/image.h
index fc2f2487095..9a1c828416d 100644
--- a/include/image.h
+++ b/include/image.h
@@ -654,10 +654,10 @@ int boot_get_fpga(struct bootm_headers *images);
* boot_get_ramdisk() is responsible for finding a valid ramdisk image.
* Currently supported are the following ramdisk sources:
* - multicomponent kernel/ramdisk image,
- * - commandline provided address of decicated ramdisk image.
+ * - commandline provided address of dedicated ramdisk image.
*
* returns:
- * 0, if ramdisk image was found and valid, or skiped
+ * 0, if ramdisk image was found and valid, or skipped
* rd_start and rd_end are set to ramdisk start/end addresses if
* ramdisk image is found and valid
*
@@ -739,7 +739,7 @@ int boot_get_fdt_fit(struct bootm_headers *images, ulong addr,
* @param bootstage_id ID of starting bootstage to use for progress updates.
* This will be added to the BOOTSTAGE_SUB values when
* calling bootstage_mark()
- * @param load_op Decribes what to do with the load address
+ * @param load_op Describes what to do with the load address
* @param datap Returns address of loaded image
* @param lenp Returns length of loaded image
* Return: node offset of image, or -ve error code on error:
@@ -812,7 +812,7 @@ int fit_get_node_from_config(struct bootm_headers *images,
* boot_get_fdt() is responsible for finding a valid flat device tree image.
* Currently supported are the following FDT sources:
* - multicomponent kernel/ramdisk/FDT image,
- * - commandline provided address of decicated FDT image.
+ * - commandline provided address of dedicated FDT image.
*
* Return:
* 0, if fdt image was found and valid, or skipped