diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-05-06 04:26:35 +0000 |
---|---|---|
committer | John Bowler <jbowler@nslu2-linux.org> | 2005-05-06 04:26:35 +0000 |
commit | af9647b018c12ef06db30aeab9c3334282bff070 (patch) | |
tree | 535d8cbc8c4e0caf94ebdf478520a1ccd0a0db77 /packages/linux | |
parent | eccb59fd273be8e9ced953506d4884fd4b63ce51 (diff) |
Change set to make serial-less boot of openslug work again.
BKrev: 427af1fbyL7KN-qsW4bxNflMKEA17A
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/openslug-kernel_2.6.11.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/openslug-kernel_2.6.11.2.bb b/packages/linux/openslug-kernel_2.6.11.2.bb index ca03d0f8bd..70acbd8cfb 100644 --- a/packages/linux/openslug-kernel_2.6.11.2.bb +++ b/packages/linux/openslug-kernel_2.6.11.2.bb @@ -26,8 +26,8 @@ inherit kernel ARCH = "arm" KERNEL_IMAGETYPE = "zImage" CMDLINE_CONSOLE ?= "ttyS0,115200n8" -#CMDLINE_ROOT ?= "root=/dev/mtdblock4 rootfstype=jffs2 mem=32M@0x00000000" -CMDLINE_ROOT ?= "root=/dev/ram0 rw rootfstype=ext2,jffs2 initrd=0x01000000,10M init=/linuxrc mem=32M@0x00000000" +CMDLINE_ROOT ?= "root=/dev/mtdblock4 rw rootfstype=jffs2 mem=32M@0x00000000 init=/linuxrc" +#CMDLINE_ROOT ?= "root=/dev/ram0 rw rootfstype=ext2,jffs2 initrd=0x01000000,10M init=/linuxrc mem=32M@0x00000000" CMDLINE = "${CMDLINE_ROOT} ${CMDLINE_CONSOLE}" do_configure_prepend() { |