Changeset 3099
- Timestamp:
- Jul 30, 2012 10:25:06 AM (10 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
r2900 r3099 291 291 ['] noop to show-progress ( adr len ) 292 292 293 open-nand( adr len )293 ['] open-nand catch ?dup if .error security-failure then ( adr len ) 294 294 295 295 \ clear-context nand-commands … … 310 310 311 311 : fs-update-from-list ( devlist$ -- ) 312 load-crypto if visible ." Cry tpo load failed" cr show-sad security-failure then312 load-crypto if visible ." Crypto load failed" cr show-sad security-failure then 313 313 314 314 visible ( devlist$ )
Note: See TracChangeset
for help on using the changeset viewer.
