]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
image: Fix typos in image.h
authorWolfgang Wallner <wolfgang.wallner@br-automation.com>
Fri, 24 Oct 2025 15:12:01 +0000 (17:12 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 26 Oct 2025 15:03:30 +0000 (09:03 -0600)
Fix some typos in include/image.h.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
include/image.h

index fc2f24870952b71580cce47424d7d21311347f2e..9a1c828416da2b9960d5405a86a6378ecef20766 100644 (file)
@@ -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