diff --git a/debian/changelog b/debian/changelog index ad2ca38dc..64051bb57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. diff --git a/debian/patches/bugfix/arm/iop3xx-mtd-map-fix.patch b/debian/patches/bugfix/arm/iop3xx-mtd-map-fix.patch new file mode 100644 index 000000000..09e30ac0a --- /dev/null +++ b/debian/patches/bugfix/arm/iop3xx-mtd-map-fix.patch @@ -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 + },{ diff --git a/debian/patches/series/4 b/debian/patches/series/4 index 46631ac89..6ca6c2a34 100644 --- a/debian/patches/series/4 +++ b/debian/patches/series/4 @@ -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