spl: nand: typo 'destintion'
%s/destintion/destination/ Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
committed by
Michael Trimarchi
parent
5572d94100
commit
bd763a4483
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user