Changeset 2868
- Timestamp:
- Feb 20, 2012 7:51:21 AM (15 months ago)
- File:
-
- 1 edited
-
cpu/x86/pc/olpc/via/fsupdate.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/via/fsupdate.fth
r2865 r2868 217 217 previous definitions 218 218 219 : fs-update ( "devspec"-- )219 : $fs-update ( file$ -- ) 220 220 load-crypto abort" Can't load hash routines" 221 221 222 open-nand ( )223 224 false to secure-fsupdate? ( )225 safe-parse-word r/o open-file( fd error? )222 open-nand ( file$ ) 223 224 false to secure-fsupdate? ( file$ ) 225 r/o open-file ( fd error? ) 226 226 " Can't open file" ?nand-abort ( fd ) 227 227 … … 239 239 close-nand-ihs 240 240 )t-hms 241 ; 242 243 : fs-update ( "devspec" -- ) 244 safe-parse-word $fs-update 241 245 ; 242 246
Note: See TracChangeset
for help on using the changeset viewer.
