diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-06-23 08:59:46 +0200 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2017-06-23 10:09:57 +0200 |
commit | 4052443a235433fb97af9711bf6429cd05820ba9 (patch) | |
tree | 64644f1ea40fc2b97631abbba55c0bcd6f9f35bc /tools/sed | |
parent | b91a38d6479ec7ca028352013e3f27e05491cc95 (diff) | |
download | upstream-4052443a235433fb97af9711bf6429cd05820ba9.tar.gz upstream-4052443a235433fb97af9711bf6429cd05820ba9.tar.bz2 upstream-4052443a235433fb97af9711bf6429cd05820ba9.zip |
kernel: don't switch allocate_partition to use mtd_roundup_to_eb
This mtd_roundup_to_eb helper was introduced years ago in the commit
daec7ad768841 ("kernel/3.10: add separate rootfs partition parser") and
it was probably supposed to simplify code a bit.
With the recent upstream commit 1eeef2d7483a7 ("mtd: handle partitioning
on devices with 0 erasesize") the logic in allocate_partition got
slightly more complex and we can't use this simple helper anymore as it
doesn't support MTD_NO_ERASE properly.
There also isn't any real gain from this helper, so it's probably easier
to just don't use it *or* work on upstreaming it to avoid maintenance
cost.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'tools/sed')
0 files changed, 0 insertions, 0 deletions