Author: tbm Date: Wed Feb 1 19:26:09 2006 New Revision: 5684 Modified: dists/sid/linux-2.6/debian/arch/arm/config.footbridge dists/sid/linux-2.6/debian/changelog Log: [arm/footbridge] Set CONFIG_BLK_DEV_RAM_SIZE to 8192.
Modified: dists/sid/linux-2.6/debian/arch/arm/config.footbridge ============================================================================== --- dists/sid/linux-2.6/debian/arch/arm/config.footbridge (original) +++ dists/sid/linux-2.6/debian/arch/arm/config.footbridge Wed Feb 1 19:26:09 2006 @@ -428,7 +428,7 @@ # CONFIG_BLK_DEV_UB is not set CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=16 -CONFIG_BLK_DEV_RAM_SIZE=4096 +CONFIG_BLK_DEV_RAM_SIZE=8192 CONFIG_BLK_DEV_INITRD=y # CONFIG_CDROM_PKTCDVD is not set Modified: dists/sid/linux-2.6/debian/changelog ============================================================================== --- dists/sid/linux-2.6/debian/changelog (original) +++ dists/sid/linux-2.6/debian/changelog Wed Feb 1 19:26:09 2006 @@ -46,6 +46,7 @@ * [arm/nslu2] Enable most USB modules. * [arm/nslu2] Enable ALSA and USB sound modules. * [arm/nslu2] Set 4 MB as the size of the initrd in the kernel cmd line. + * [arm/footbridge] Set CONFIG_BLK_DEV_RAM_SIZE to 8192. * [armeb] Add support for big-endian ARM. * [armeb/nslu2] Use the nslu2 config from arm. _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

