diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2018-12-03 15:47:06 +0100 |
---|---|---|
committer | Rafał Miłecki <rafal@milecki.pl> | 2018-12-03 15:50:26 +0100 |
commit | f98fde2db4b3a6953c937e4fa8599da20e875b4b (patch) | |
tree | ef5f7a9cac1d8cc16dec6b3b14d9da03f03a424b /package/kernel/spi-gpio-custom/Makefile | |
parent | e9a9b7d1ed76c88e097d5bc4dabf38735312558b (diff) | |
download | upstream-f98fde2db4b3a6953c937e4fa8599da20e875b4b.tar.gz upstream-f98fde2db4b3a6953c937e4fa8599da20e875b4b.tar.bz2 upstream-f98fde2db4b3a6953c937e4fa8599da20e875b4b.zip |
Revert "kernel: use add_mtd_partitions() helper when using OpenWrt parsers"
This reverts commit 7e88753ace0022bd56f77a7a647894f2936cf17b.
Using subpartitions (hierarchical layout) resulted in calling MTD ops of
parent partition instead of master device ops. That was expected and
should work but testing revealed some bugs.
Apparently the way MTD_ERASE_PARTIAL is implemented in the OpenWrt
breaks something and using parent partition ops triggers using that
code.
On SmartRG SR400ac it was resulting in:
[ 225.487519] jffs2: Erase at 0x01ac0000 failed immediately: errno -22
on the second boot (for some reason erasing was starting over) and it
was breaking flash access in a long term.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'package/kernel/spi-gpio-custom/Makefile')
0 files changed, 0 insertions, 0 deletions