]> git.sur5r.net Git - u-boot/commit
Suspected Spam: Do not open attachements![PATCH 4/6] tools/env: flash_write_buf:...
authorAndreas Fenkart <andreas.fenkart@digitalstrom.com>
Mon, 29 Aug 2016 21:17:00 +0000 (23:17 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 7 Oct 2016 00:57:35 +0000 (20:57 -0400)
commit24307d6337e69c277e8f70ae9af97ef331dc39c5
tree6cc8cd73ab87adec3789117aa37564da9984bda8
parentff95e579cf53b9d621e0754ea869a703eec6cdd1
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>
tools/env/fw_env.c