From: Artem Bityutskiy Date: Fri, 18 Jul 2008 10:53:39 +0000 (+0300) Subject: UBI: remove pre-sqnum images support X-Git-Tag: v2.6.27-rc1~223^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9869cd801c107bbae91663c3f4edbb6b5715919f;p=pandora-kernel.git UBI: remove pre-sqnum images support Before UBI got into mainline, there was a slight flash format change - we did not have sequence number support, then added it. We have carried full support of those ancient images till this moment. Now the support is removed, well, not fully removed. Now UBI will support only _clean_ old images, which were cleanly detached last time (just before kernel upgrade). This is most likely the case. But we will not support unclean ancient images. Surprisingly, this allows us to remove a big chunk of legacy code. And the same should be true for downgrading: clean images should downgrade fine, but unclean ones will not. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed