diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-09-26 21:40:22 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-09-26 21:40:22 +0000 |
commit | 6de3b616092096268d10094576dba7c902210d5c (patch) | |
tree | 42fd22bc3e28044b913b2aa8d0f09fdd7b6755c0 /packages/linux/compulab-pxa270-2.6.22 | |
parent | 23fdb357ff8b1ce2c629bef826bc32c027fb1932 (diff) |
compulab-pxa270 2.6.22: add kernel cmdline for jffs2 rootfs
note, this still works with the initramfs as well as the
initramfs will always be mounted if present
Diffstat (limited to 'packages/linux/compulab-pxa270-2.6.22')
-rw-r--r-- | packages/linux/compulab-pxa270-2.6.22/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/compulab-pxa270-2.6.22/defconfig b/packages/linux/compulab-pxa270-2.6.22/defconfig index be9f10220a..63bc69533f 100644 --- a/packages/linux/compulab-pxa270-2.6.22/defconfig +++ b/packages/linux/compulab-pxa270-2.6.22/defconfig @@ -220,7 +220,7 @@ CONFIG_ALIGNMENT_TRAP=y # CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZBOOT_ROM_BSS=0x0 -CONFIG_CMDLINE="console=ttyS1,38400 monitor=8 bpp=16 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init" +CONFIG_CMDLINE="console=ttyS1,38400 monitor=8 bpp=16 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2" # CONFIG_XIP_KERNEL is not set # CONFIG_KEXEC is not set |