[openfirmware] r1304 - cpu/x86/pc/olpc/via

svn at openfirmware.info svn at openfirmware.info
Thu Aug 20 08:17:45 CEST 2009


Author: wmb
Date: 2009-08-20 08:17:45 +0200 (Thu, 20 Aug 2009)
New Revision: 1304

Modified:
   cpu/x86/pc/olpc/via/devices.fth
Log:
Via - Moved the fload line for flashif.fth to avoid multiple definitions
of its defer words.





Modified: cpu/x86/pc/olpc/via/devices.fth
===================================================================
--- cpu/x86/pc/olpc/via/devices.fth	2009-08-20 06:15:13 UTC (rev 1303)
+++ cpu/x86/pc/olpc/via/devices.fth	2009-08-20 06:17:45 UTC (rev 1304)
@@ -75,6 +75,8 @@
 ;
 warning !
 
+fload ${BP}/dev/olpc/spiflash/flashif.fth   \ Generic FLASH interface
+
 \ Create the top-level device node to access the entire boot FLASH device
 0 0  " fff00000"  " /" begin-package
    " flash" device-name
@@ -242,7 +244,6 @@
 
 \needs md5init  fload ${BP}/ofw/ppp/md5.fth                \ MD5 hash
 
-fload ${BP}/dev/olpc/spiflash/flashif.fth   \ Generic FLASH interface
 fload ${BP}/dev/olpc/spiflash/memflash.fth  \ Memory-mapped FLASH read access
 
 warning @ warning off




More information about the openfirmware mailing list