Author: tbm Date: Sat Jan 28 19:38:52 2006 New Revision: 5618 Modified: dists/sid/linux-2.6/debian/arch/arm/config.nslu2 dists/sid/linux-2.6/debian/changelog Log: [arm/nslu2] Set 4 MB as the size of the initrd in the kernel cmd line.
Modified: dists/sid/linux-2.6/debian/arch/arm/config.nslu2 ============================================================================== --- dists/sid/linux-2.6/debian/arch/arm/config.nslu2 (original) +++ dists/sid/linux-2.6/debian/arch/arm/config.nslu2 Sat Jan 28 19:38:52 2006 @@ -177,7 +177,7 @@ # CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 -CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram initrd=0x01000000,10M [EMAIL PROTECTED] noirqdebug" +CONFIG_CMDLINE="console=ttyS0,115200 root=/dev/ram initrd=0x01000000,4M [EMAIL PROTECTED] noirqdebug" # CONFIG_XIP_KERNEL 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 Sat Jan 28 19:38:52 2006 @@ -23,11 +23,12 @@ [ Martin Michlmayr ] * Add input support for the ixp4xx beeper driver (Alessandro Zummo). - * Add NSLU2 specific portion of ixp4xx beeper driver (Alessandro Zummo). + * [arm] Add NSLU2 specific portion of ixp4xx beeper driver (Alessandro Zummo). * [arm/nslu2] Build PPP as a module. * [arm/nslu2] Enable wireless. * [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. [ Frederik Schüler ] * [amd64] Add amd64-pppd-fix.patch to fix kernel panic when using pppd. _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

