commit | ae3b320dc7788fcaa6c962885e919f236b40b3d4 | [log] [tgz] |
---|---|---|
author | Andreas Fenkart <andreas.fenkart@digitalstrom.com> | Mon Aug 29 23:16:58 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 06 20:57:34 2016 -0400 |
tree | 4dfc6424e94c8beb6b8fc1c4823a3be1a7a87005 | |
parent | 222815871f30849b4778375bee494182bec7b501 [diff] |
tools/env: pass bad block offset by value the offset is not modified by linux ioctl call see mtd_ioctl{drivers/mtd/mtdchar.c} Makes the interface less ambiguous, since the caller can now exclude a modification of blockstart Signed-off-by: Andreas Fenkart <andreas.fenkart@digitalstrom.com>