1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 13:49:49 +00:00

linux-rp: Add qemuarm scsi fix/workaround, set default qemu ramdisk to reasonable size, adjust qemuarm kernel commandline

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2010 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-06-26 16:39:28 +00:00
parent de5a8b7f09
commit 7fdb95e34f
6 changed files with 14 additions and 6 deletions
+1
View File
@@ -27,6 +27,7 @@ KERNEL_IMAGETYPE_qemux86 = "bzImage"
KERNEL_IMAGETYPE_bootcdx86 = "bzImage"
CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd"
CMDLINE_ROOT = "root=/dev/mtdblock2 rootfstype=jffs2"
CMDLINE_ROOT_spitz = "root=/dev/hda1 rootfstype=ext3 rootdelay=1 rw"
CMDLINE_OTHER = "dyntick=enable"