fiptool: Update file open modes with 'b' (for Windows)
Unix does not distinguish binary and text modes.
On Windows the 'b' flag (e.g. "rb" instead of "r") is used to
indicate that files should be opened in binary mode.
This has no impact on Unix, but is needed on Windows to avoid
end-of-line issues.

Change-Id: I69424c55735d5d563d36c50bedd6357b8e05137e
Signed-off-by: Evan Lloyd <evan.lloyd@arm.com>
1 parent 77544ef commit 55745deaf434a832ecb49daf261b1e6300e4eb13
@Evan Lloyd Evan Lloyd authored on 13 Jan 2017
Showing 1 changed file
View
tools/fiptool/fiptool.c