diff options
| author | Wolfgang Wallner <[email protected]> | 2025-10-24 17:12:02 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-26 09:03:32 -0600 |
| commit | 4661eb33a4298ded4296673615abb3d48849480b (patch) | |
| tree | 129c34cba3ce1142bc8656cf2f9bbabe51f094b2 /include | |
| parent | e9386ec1d767dcc86c32c315355aa163367eac78 (diff) | |
bootm: Fix typo in bootm.h
Fix a typo in include/bootm.h.
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Wolfgang Wallner <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/bootm.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 * <addr>: Uses hex address * * For FIT: |
