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
@ -104,6 +104,6 @@ int binman_init(void)
|
||||
binman->image = node;
|
||||
}
|
||||
binman_set_rom_offset(ROM_OFFSET_NONE);
|
||||
\
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user