commit | 0b49b842b2d6ab358270f31c38c637e0633ab732 | [log] [tgz] |
---|---|---|
author | Andreas Fenkart <andreas.fenkart@digitalstrom.com> | Mon Aug 29 23:17:00 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 20:57:35 2016 -0400 |
tree | 6cc8cd73ab87adec3789117aa37564da9984bda8 | |
parent | 5e755c70f11d7b2c56e15499a7f75c20e5561016 [diff] |
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf: enforce offset to be start of environment This allows to take advantage of the environment being block aligned. This is not a new constraint. Writes always start at the begin of the environment, since the header with CRC/length as there. Every environment modification requires updating the header Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>