diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2007-05-21 12:33:29 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-21 12:33:29 +0000 |
commit | 99c82103fbd106e82c26c1c6bb4d9afc05a410be (patch) | |
tree | 670d158ca988a76605b29ae2232004f4399ea8ef /packages/linux/linux-ezx_2.6.21.bb | |
parent | f11bdeb2b4d7bb5dd091ac65a25dc0a2200026f7 (diff) |
linux-exx 2.6.21: For now the code for serial console is disabled in compress.c
Diffstat (limited to 'packages/linux/linux-ezx_2.6.21.bb')
-rw-r--r-- | packages/linux/linux-ezx_2.6.21.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/linux/linux-ezx_2.6.21.bb b/packages/linux/linux-ezx_2.6.21.bb index 15f5771415..80c0122504 100644 --- a/packages/linux/linux-ezx_2.6.21.bb +++ b/packages/linux/linux-ezx_2.6.21.bb @@ -63,7 +63,10 @@ ALLOW_EMPTY = "1" COMPATIBLE_HOST = "arm.*-linux" COMPATIBLE_MACHINE = '(a780|e680)' -CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd" +# For now the code for serial console is disabled in compress.c +#CMDLINE_CON = "console=ttyS2,115200n8 console=tty1 noinitrd" +CMDLINE_CON = "console=tty1 noinitrd" + CMDLINE_ROOT = "root=/dev/mmcblk0p1 rootfstype=ext3 rootdelay=5" # uncomment if you want to boot over NFS #CMDLINE_ROOT = "root=/dev/nfs nfsroot=192.168.1.10:/export/opie-image rootdelay=5 3" |