aboutsummaryrefslogtreecommitdiff
path: root/util/broadcom/secimage/io.c
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2015-08-06 16:55:09 -0700
committerPatrick Georgi <pgeorgi@google.com>2015-08-09 12:34:15 +0200
commit9dd8f888418e75debb767fa799e5a4ce2b924bf6 (patch)
tree7eb0d3459f3dead94c0d308cdb0fa9aeae10f6cc /util/broadcom/secimage/io.c
parent133108af2550ae3f6dc6eda14c03d2e195b81240 (diff)
secimage: reformat
Change-Id: Ibfa8b6b60b2b39212cef27bb2a5f8849218164bb Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-on: http://review.coreboot.org/11133 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/broadcom/secimage/io.c')
-rw-r--r--util/broadcom/secimage/io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/broadcom/secimage/io.c b/util/broadcom/secimage/io.c
index 4d99aad8ea..c32a06dc7a 100644
--- a/util/broadcom/secimage/io.c
+++ b/util/broadcom/secimage/io.c
@@ -11,7 +11,6 @@
* GNU General Public License for more details.
*/
-
#include <stdio.h>
#include <string.h>
#include "secimage.h"
@@ -39,7 +38,6 @@ int ReadBinaryFile(char *fname, uint8_t *buf, int maxlen)
return len;
}
-
/*----------------------------------------------------------------------
* Name : FileSizeGet
* Purpose : Return the size of the file
@@ -56,7 +54,6 @@ size_t FileSizeGet(FILE *file)
return (size_t)length;
}
-
/*----------------------------------------------------------------------
* Name : DataRead
* Purpose : Read all the data from a file
@@ -90,7 +87,6 @@ int DataRead(char *filename, uint8_t *buf, int *length)
return 0;
}
-
/*----------------------------------------------------------------------
* Name : DataWrite
* Purpose : Write some binary data to a file