Author: wmb Date: 2009-08-28 22:08:38 +0200 (Fri, 28 Aug 2009) New Revision: 1334
Modified: cpu/x86/pc/olpc/via/usb.fth Log: Got rid of some stack cruft.
Modified: cpu/x86/pc/olpc/via/usb.fth =================================================================== --- cpu/x86/pc/olpc/via/usb.fth 2009-08-28 20:07:46 UTC (rev 1333) +++ cpu/x86/pc/olpc/via/usb.fth 2009-08-28 20:08:38 UTC (rev 1334) @@ -59,6 +59,8 @@ " usb-keyboard" open-dev add-mux exit then + else ( devspec$ ) + 2drop then " /usb/serial" open-dev ?dup if red-letters ." Using USB serial console." cr black-letters
openfirmware@openfirmware.info