summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Young <dyoung@nslu2-linux.org>2005-11-12 03:00:56 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-12 03:00:56 +0000
commitb8b227ffd0b1d13f2b49bcab861868612fbf840f (patch)
tree8afe63d951f0cd560bdf76769333a81428061ba7
parent7dd55680d645b4249cf368d75972d1cfd30b9b80 (diff)
nas100d-kernel: Fixup the nas100d cmdline to use ramdisk, and reflect 64MB RAM
-rw-r--r--packages/linux/nas100d-kernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/nas100d-kernel.inc b/packages/linux/nas100d-kernel.inc
index 02e2faef22..870d2ac615 100644
--- a/packages/linux/nas100d-kernel.inc
+++ b/packages/linux/nas100d-kernel.inc
@@ -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}"