diff options
| author | Evan Lojewski <github@meklort.com> | 2021-06-19 11:11:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-19 11:11:24 -0600 |
| commit | 829ba609de3aace7fd75b3a4f79fcb986f1f5596 (patch) | |
| tree | 220a5002a92aae83d9dbe200b9398ebe6eb32d08 /utils/bcmflash/main.cpp | |
| parent | 3b6030c82406e989ca2dd4bd50ab2e8008b40afd (diff) | |
| download | bcm5719-ortega-829ba609de3aace7fd75b3a4f79fcb986f1f5596.tar.gz bcm5719-ortega-829ba609de3aace7fd75b3a4f79fcb986f1f5596.zip | |
Build: Cleanup additional static analysis issues. (#230)
Diffstat (limited to 'utils/bcmflash/main.cpp')
| -rw-r--r-- | utils/bcmflash/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/bcmflash/main.cpp b/utils/bcmflash/main.cpp index 6e32edf..9f2a8f2 100644 --- a/utils/bcmflash/main.cpp +++ b/utils/bcmflash/main.cpp @@ -192,7 +192,6 @@ void dump_stage2(NVRAMStage2_t *stage2) void dump_code_directory(NVRAMCodeDirectory_t *cd, uint8_t *nvram, const char *outfile) { - uint32_t info = be32toh(cd->codeInfo); if (info) { @@ -705,7 +704,6 @@ int main(int argc, char const *argv[]) if (extract) { - if (!bcmflash_file_write("stage1.bin", stage1, stage1_length)) { exit(-1); |

