diff options
Diffstat (limited to 'meta/packages/linux/linux-rp.inc')
-rw-r--r-- | meta/packages/linux/linux-rp.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/linux/linux-rp.inc b/meta/packages/linux/linux-rp.inc index 4d97a7047e..5d4e3b79e1 100644 --- a/meta/packages/linux/linux-rp.inc +++ b/meta/packages/linux/linux-rp.inc @@ -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" |