Searched hist:"55745 deaf434a832ecb49daf261b1e6300e4eb13" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 55745deaf434a832ecb49daf261b1e6300e4eb13 Fri Jan 13 14:13:09 UTC 2017 Evan Lloyd <evan.lloyd@arm.com> 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>
|