mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
binman: Remove additional backslash
The origin patch didn't have this change and it was caused by manual
resolution where additional backslash was added.
Fixes: 6723b4c6ca
("binman: Call helper function binman_set_rom_offset() to fill offset")
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e7e7e1093b
commit
a9e73d287b
1 changed files with 1 additions and 1 deletions
|
@ -104,6 +104,6 @@ int binman_init(void)
|
|||
binman->image = node;
|
||||
}
|
||||
binman_set_rom_offset(ROM_OFFSET_NONE);
|
||||
\
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue