From: Derek Young Date: Sat, 12 Nov 2005 03:00:56 +0000 (+0000) Subject: nas100d-kernel: Fixup the nas100d cmdline to use ramdisk, and reflect 64MB RAM X-Git-Tag: Release-2010-05/1~9453^2~3108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b227ffd0b1d13f2b49bcab861868612fbf840f;p=openembedded.git nas100d-kernel: Fixup the nas100d cmdline to use ramdisk, and reflect 64MB RAM --- 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}"