[openfirmware] [commit] r2239 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Thu Jun 2 04:23:12 CEST 2011


Author: wmb
Date: Thu Jun  2 04:23:12 2011
New Revision: 2239
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2239

Log:
OLPC XO-1.75 test menu - test /usb/hub instead of /usb.

Modified:
   cpu/arm/olpc/1.75/mfgtest.fth

Modified: cpu/arm/olpc/1.75/mfgtest.fth
==============================================================================
--- cpu/arm/olpc/1.75/mfgtest.fth	Thu Jun  2 04:17:39 2011	(r2238)
+++ cpu/arm/olpc/1.75/mfgtest.fth	Thu Jun  2 04:23:12 2011	(r2239)
@@ -127,7 +127,7 @@
 : battery-item  ( -- )  " /battery"   mfg-test-dev  ;
 : spiflash-item ( -- )  " /flash"     mfg-test-dev  ;
 : memory-item   ( -- )  " /memory"    mfg-test-dev  ;
-: usb-item      ( -- )  " /usb"       mfg-test-dev  ;
+: usb-item      ( -- )  " /usb/hub"   mfg-test-dev  ;
 : int-sd-item   ( -- )  " int:0"      mfg-test-dev  ;
 : ext-sd-item   ( -- )  " ext:0"      mfg-test-dev  ;
 : rtc-item      ( -- )  " /rtc"       mfg-test-dev  ;



More information about the openfirmware mailing list