[openfirmware] [commit] r3691 - cpu/x86/pc/olpc/via

repository service svn at openfirmware.info
Thu Jul 11 07:09:37 CEST 2013


Author: quozl
Date: Thu Jul 11 07:09:36 2013
New Revision: 3691
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3691

Log:
OLPC XO-1.5 - nb-update was trying to load thin firmware from USB drive, because it was not finding the thin property, which had moved to the parent node, #12726

Modified:
   cpu/x86/pc/olpc/via/nbtx.fth

Modified: cpu/x86/pc/olpc/via/nbtx.fth
==============================================================================
--- cpu/x86/pc/olpc/via/nbtx.fth	Thu Jul 11 07:04:16 2013	(r3690)
+++ cpu/x86/pc/olpc/via/nbtx.fth	Thu Jul 11 07:09:36 2013	(r3691)
@@ -15,7 +15,7 @@
 \ On XO-1, you must load the special "thin" firmware from a USB stick.
 : ?load-thin-wlan-fw  ( -- )
    " /wlan" find-package 0= abort" No /wlan device"  ( phandle )
-
+   >parent
    " thin" rot get-package-property  if              ( )
       \ Absence of "thin" property means we need to get special firmware
       " u:\usb8388t.bin" " wlan-fw" $setenv



More information about the openfirmware mailing list