arm/iop32x: Fix the size of the RedBoot config partition.

svn path=/dists/trunk/linux-2.6/; revision=7687
This commit is contained in:
Martin Michlmayr 2006-11-03 11:07:49 +00:00
parent 6c10c0aaa0
commit 734f05560e
3 changed files with 13 additions and 0 deletions

1
debian/changelog vendored
View File

@ -37,6 +37,7 @@ linux-2.6 (2.6.18-4) unstable; urgency=low
* 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.

View File

@ -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
},{

View File

@ -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