]> git.sur5r.net Git - u-boot/commit
tools/env: compute size of usable area only once
authorAndreas Fenkart <andreas.fenkart@digitalstrom.com>
Tue, 19 Apr 2016 20:43:42 +0000 (22:43 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 27 May 2016 13:56:19 +0000 (09:56 -0400)
commitf71cee4bfc9a8f9be40a49ec2da84f4344e398fc
tree83d8bf2aab09eca02304e5897f0ffb196c2396a2
parentcedb341e7f44f4686c8c0afb149a9f7940be110a
tools/env: compute size of usable area only once

for double buffering to work, redundant buffers must have equal size

Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>
tools/env/fw_env.c