diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 13:24:54 +0000 |
commit | 5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726 (patch) | |
tree | 68f565ba26e39f33733bffd36e9072dcc8a56314 /target/linux/xburst/patches-3.3/0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch | |
parent | 00caedf86ebb6317c1abba2cb7477f9df88988b9 (diff) | |
download | upstream-5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726.tar.gz upstream-5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726.tar.bz2 upstream-5b3ab0e21ec565ebfe5c26feaf51e90bb8d19726.zip |
xburst: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35934
Diffstat (limited to 'target/linux/xburst/patches-3.3/0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch')
-rw-r--r-- | target/linux/xburst/patches-3.3/0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/xburst/patches-3.3/0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch b/target/linux/xburst/patches-3.3/0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch deleted file mode 100644 index 51f81cfcf8..0000000000 --- a/target/linux/xburst/patches-3.3/0001-ubi-Read-only-the-vid-header-instead-of-the-whole-pa.patch +++ /dev/null @@ -1,21 +0,0 @@ -From 73aab29ddc44a3e1a7156473ad5bc9cd80704274 Mon Sep 17 00:00:00 2001 -From: Lars-Peter Clausen <lars@metafoo.de> -Date: Tue, 15 Mar 2011 12:49:15 +0100 -Subject: [PATCH 01/21] ubi: Read only the vid header instead of the whole - page - ---- - drivers/mtd/ubi/io.c | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - ---- a/drivers/mtd/ubi/io.c -+++ b/drivers/mtd/ubi/io.c -@@ -1030,7 +1030,7 @@ int ubi_io_read_vid_hdr(struct ubi_devic - - p = (char *)vid_hdr - ubi->vid_hdr_shift; - read_err = ubi_io_read(ubi, p, pnum, ubi->vid_hdr_aloffset, -- ubi->vid_hdr_alsize); -+ UBI_VID_HDR_SIZE + ubi->vid_hdr_shift); - if (read_err && read_err != UBI_IO_BITFLIPS && !mtd_is_eccerr(read_err)) - return read_err; - |