Author: wmb Date: 2009-12-09 14:13:00 +0100 (Wed, 09 Dec 2009) New Revision: 1557
Modified: cpu/x86/pc/olpc/via/fw.bth Log: OLPC display selftest - move disptest load line in fw.bth .
Modified: cpu/x86/pc/olpc/via/fw.bth =================================================================== --- cpu/x86/pc/olpc/via/fw.bth 2009-12-09 13:11:35 UTC (rev 1556) +++ cpu/x86/pc/olpc/via/fw.bth 2009-12-09 13:13:00 UTC (rev 1557) @@ -325,7 +325,6 @@ ; ' screen-#lines to lines/page
-fload ${BP}/cpu/x86/pc/olpc/disptest.fth : setup-for-linux ( -- ) [ ' linux-hook behavior compile, ] \ Chain to old behavior \ whatever @@ -355,6 +354,7 @@ fload ${BP}/cpu/x86/pc/olpc/via/leds.fth \ LEDs fload ${BP}/cpu/x86/pc/olpc/via/factory.fth \ Manufacturing tools
+fload ${BP}/cpu/x86/pc/olpc/disptest.fth fload ${BP}/dev/olpc/keyboard/selftest.fth \ Keyboard diagnostic fload ${BP}/dev/olpc/touchpad/touchpad.fth \ Touchpad diagnostic fload ${BP}/cpu/x86/pc/olpc/gridmap.fth \ Gridded display tools