diff options
| author | Heinrich Schuchardt <[email protected]> | 2025-11-05 01:21:44 +0100 |
|---|---|---|
| committer | Michael Trimarchi <[email protected]> | 2025-11-18 20:07:41 +0100 |
| commit | bd763a44830d4e08f03f957a5107473b209a3509 (patch) | |
| tree | 40850281f13e61ce4180e7b4595ce97932c4234a | |
| parent | 5572d9410074b56ad25d35b0d3e17c93d8dbaeb0 (diff) | |
spl: nand: typo 'destintion'
%s/destintion/destination/
Signed-off-by: Heinrich Schuchardt <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
| -rw-r--r-- | common/spl/spl_nand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/spl_nand.c b/common/spl/spl_nand.c index 032f2466278..f449b31f594 100644 --- a/common/spl/spl_nand.c +++ b/common/spl/spl_nand.c @@ -111,7 +111,7 @@ static int spl_nand_load_image_os(struct spl_image_info *spl_image, int *src, *dst; nand_spl_load_image(CONFIG_CMD_SPL_NAND_OFS, CONFIG_CMD_SPL_WRITE_SIZE, (void *)CONFIG_TEXT_BASE); - /* copy to destintion */ + /* copy to destination */ for (dst = (int *)CONFIG_SPL_PAYLOAD_ARGS_ADDR, src = (int *)CONFIG_TEXT_BASE; src < (int *)(CONFIG_TEXT_BASE + CONFIG_CMD_SPL_WRITE_SIZE); |
