commit | b19393927387f0598843f58eec639fa41ba9a371 | [log] [tgz] |
---|---|---|
author | Evan Lloyd <evan.lloyd@arm.com> | Fri Jan 13 14:13:09 2017 +0000 |
committer | Evan Lloyd <evan.lloyd@arm.com> | Wed Aug 30 14:56:17 2017 +0100 |
tree | b168afa2378f93f795e0c59e57c4cb10fa020a30 | |
parent | a68141358f8850170fedb84d45884d9c368d5b44 [diff] |
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>