Remove application kludge to strip DFU of header.

Strip the header in in the Python SPI image generator, instead.
This commit is contained in:
Jared Boone
2015-08-25 15:11:22 -07:00
parent f7ced7a823
commit 4fe145b61d
2 changed files with 11 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ constexpr region_t bootstrap {
};
constexpr region_t hackrf {
.offset = 0x10010, // Image starts at 0x10 into .dfu file.
.offset = 0x10000,
.size = 0x8000,
};