diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-11-11 15:31:02 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-11-11 15:31:02 +0000 |
commit | 53933a30544a77e3dd40a62ef810a6d37c275f68 (patch) | |
tree | e7d105fe0d30bfc54b65f063f3d18e48ee1a0eae /packages/linux/nas100d-kernel.inc | |
parent | 9641598e03d1e440ddd4de61fe32c584fbcece59 (diff) |
nas100d-kernel: Added 60-nas100d-ide.patch from azummo
Diffstat (limited to 'packages/linux/nas100d-kernel.inc')
-rw-r--r-- | packages/linux/nas100d-kernel.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/nas100d-kernel.inc b/packages/linux/nas100d-kernel.inc index bf2de136e8..c9301816af 100644 --- a/packages/linux/nas100d-kernel.inc +++ b/packages/linux/nas100d-kernel.inc @@ -169,10 +169,10 @@ KERNEL_IMAGETYPE = "zImage" # To specify the console set KERNEL_CONSOLE in the .bb file. # 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/ram0 mem=64M@0x00000000 init=/linuxrc" +CMDLINE_KERNEL_OPTIONS ?= +CMDLINE_ROOT ?= "root=/dev/mtdblock3 rw rootfstype=jffs2 mem=64M@0x00000000 init=/linuxrc" # Add distro specific debug (or non-debug) options to this -CMDLINE_DEBUG ?= "" +CMDLINE_DEBUG ?= "noirqdebug" CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_KERNEL_OPTIONS} ${CMDLINE_DEBUG} ${CMDLINE_CONSOLE}" # Add the architecture compiler flags to KERNEL_CC and KERNEL_LD as |