mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
tools: relocate-rela: Fix typo
Position is written with one s, fix typo. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Link: https://lore.kernel.org/r/20230530225319.949968-1-marek.vasut+renesas@mailbox.org Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
1be82afa80
commit
24d32e05ce
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ static int rela_elf32(char **argv, FILE *f)
|
|||
uint32_t pos = rela_start + sizeof(Elf32_Rela) * i;
|
||||
uint32_t addr, pos_dyn;
|
||||
|
||||
debug("\nPossition:\t%d/0x%x\n", i, pos);
|
||||
debug("\nPosition:\t%d/0x%x\n", i, pos);
|
||||
|
||||
if (fseek(f, pos, SEEK_SET) < 0) {
|
||||
fprintf(stderr, "%s: %s: seek to %" PRIx32
|
||||
|
|
Loading…
Add table
Reference in a new issue