commit | c6012bbce6ce9ac3162aeb841b2502ba71e52af6 | [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 | e2c9351d5ac140a365655967920a72f57357ae27 [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>