From e9386ec1d767dcc86c32c315355aa163367eac78 Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Fri, 24 Oct 2025 17:12:01 +0200 Subject: image: Fix typos in image.h Fix some typos in include/image.h. Reviewed-by: Simon Glass Signed-off-by: Wolfgang Wallner --- include/image.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') 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 -- cgit v1.2.3 From 4661eb33a4298ded4296673615abb3d48849480b Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Fri, 24 Oct 2025 17:12:02 +0200 Subject: bootm: Fix typo in bootm.h Fix a typo in include/bootm.h. Reviewed-by: Simon Glass Signed-off-by: Wolfgang Wallner --- include/bootm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/bootm.h b/include/bootm.h index 61160705215..4060cec7fc0 100644 --- a/include/bootm.h +++ b/include/bootm.h @@ -25,7 +25,7 @@ struct cmd_tbl; * @addr_img: Address of image to bootm, as passed to * genimg_get_kernel_addr_fit() for processing: * - * NULL: Usees default load address, i.e. image_load_addr + * NULL: Uses default load address, i.e. image_load_addr * : Uses hex address * * For FIT: -- cgit v1.2.3