nas100d-kernel: Fixup the nas100d cmdline to use ramdisk, and reflect 64MB RAM
authorDerek Young <dyoung@nslu2-linux.org>
Sat, 12 Nov 2005 03:00:56 +0000 (03:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 12 Nov 2005 03:00:56 +0000 (03:00 +0000)
packages/linux/nas100d-kernel.inc

index 02e2fae..870d2ac 100644 (file)
@@ -170,7 +170,7 @@ KERNEL_IMAGETYPE = "zImage"
 # CMDLINE_ROOT contains the boot options, CMDLINE_KERNEL_OPTIONS
 # contains the things for a specific kernel.
 CMDLINE_KERNEL_OPTIONS ?= "reboot=s"
-CMDLINE_ROOT ?= "root=/dev/mtdblock4 rw rootfstype=jffs2 mem=32M@0x00000000 init=/linuxrc"
+CMDLINE_ROOT ?= "root=/dev/ram0 mem=64M@0x00000000 init=/linuxrc"
 # Add distro specific debug (or non-debug) options to this
 CMDLINE_DEBUG ?= ""
 CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_KERNEL_OPTIONS} ${CMDLINE_DEBUG} ${CMDLINE_CONSOLE}"