Author: tbm
Date: Fri Nov  3 12:07:49 2006
New Revision: 7687

Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/arm/iop3xx-mtd-map-fix.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/4
Log:
arm/iop32x: Fix the size of the RedBoot config partition.


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog      (original)
+++ dists/trunk/linux-2.6/debian/changelog      Fri Nov  3 12:07:49 2006
@@ -37,6 +37,7 @@
   * arm/ixp4xx: Build LED support into the kernel.
   * Add a driver for Fintek F75375S/SP and F75373.
   * arm/iop32x: Build F75375S/SP support in.
+  * arm/iop32x: Fix the size of the RedBoot config partition.
 
   [ maximilian attems ]
   * Add netpoll leak fix.

Added: dists/trunk/linux-2.6/debian/patches/bugfix/arm/iop3xx-mtd-map-fix.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/arm/iop3xx-mtd-map-fix.patch    
Fri Nov  3 12:07:49 2006
@@ -0,0 +1,11 @@
+--- a/drivers/mtd/maps/iop3xx.c        2006-11-03 12:04:58.503631320 +0100
++++ b/drivers/mtd/maps/iop3xx.c        2006-11-03 12:05:21.880967575 +0100
+@@ -57,7 +57,7 @@
+               .offset =       0x00ea0000
+       },{
+               .name =         "RedBoot config",
+-              .size =         0x00020000,
++              .size =         0x00001000,
+               .offset =       0x00fc0000,
+       //      .mask_flags =   MTD_WRITEABLE
+       },{ 

Modified: dists/trunk/linux-2.6/debian/patches/series/4
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/4       (original)
+++ dists/trunk/linux-2.6/debian/patches/series/4       Fri Nov  3 12:07:49 2006
@@ -44,3 +44,4 @@
 + features/fintek-f75375.patch
 + bugfix/sparc/t1k-cpu-lockup.patch
 + bugfix/2.6.18.2
++ bugfix/arm/iop3xx-mtd-map-fix.patch

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to