Author: wmb Date: 2008-10-13 09:34:25 +0200 (Mon, 13 Oct 2008) New Revision: 986
Modified: cpu/x86/pc/olpc/memtest.fth Log: OLPC trac 8818 - fixed spurious memtest error reports by turning off USB when running memtest.
Modified: cpu/x86/pc/olpc/memtest.fth =================================================================== --- cpu/x86/pc/olpc/memtest.fth 2008-10-11 07:40:05 UTC (rev 985) +++ cpu/x86/pc/olpc/memtest.fth 2008-10-13 07:34:25 UTC (rev 986) @@ -10,6 +10,7 @@ h# 910 config-l@ dup 100.0000 -1 mmu-map [then] unfreeze + usb-quiet then
\ If it's not memtest, chain to the linux recognizer