X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-envtools%2Fpatches%2F003-nor-eraselen.patch;fp=package%2Fboot%2Fuboot-envtools%2Fpatches%2F003-nor-eraselen.patch;h=0000000000000000000000000000000000000000;hp=c6eb59a726077e08c713d9e06bdcbf78f9eab64f;hb=4b14bb66eae15c201536383c8f8702e3ce9f21ff;hpb=bb775e6d67016f2219672c50c73891710e472439 diff --git a/package/boot/uboot-envtools/patches/003-nor-eraselen.patch b/package/boot/uboot-envtools/patches/003-nor-eraselen.patch deleted file mode 100644 index c6eb59a726..0000000000 --- a/package/boot/uboot-envtools/patches/003-nor-eraselen.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/fw_env.c -+++ b/fw_env.c -@@ -790,7 +790,10 @@ static int flash_write_buf (int dev, int - erase_offset = (offset / blocklen) * blocklen; - - /* Maximum area we may use */ -- erase_len = top_of_range - erase_offset; -+ if (mtd_type == MTD_NANDFLASH) -+ erase_len = top_of_range - erase_offset; -+ else -+ erase_len = blocklen; - - blockstart = erase_offset; - /* Offset inside a block */