commit | 24307d6337e69c277e8f70ae9af97ef331dc39c5 | [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 | ff95e579cf53b9d621e0754ea869a703eec6cdd1 [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>