Author: quozl Date: Mon Apr 18 12:11:06 2011 New Revision: 2191 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2191
Log: OLPC - fs-update, -r2190, make radix explicit.
Modified: cpu/x86/pc/olpc/via/fsupdate.fth
Modified: cpu/x86/pc/olpc/via/fsupdate.fth ============================================================================== --- cpu/x86/pc/olpc/via/fsupdate.fth Mon Apr 18 12:02:45 2011 (r2190) +++ cpu/x86/pc/olpc/via/fsupdate.fth Mon Apr 18 12:11:06 2011 (r2191) @@ -60,7 +60,7 @@ " size" $call-nand #image-eblocks /nand-block um* d< " Image size is larger than output device" ?nand-abort #image-eblocks show-init - 0 #image-eblocks /nand-block 200 */ " erase-blocks" $call-nand + 0 #image-eblocks /nand-block h# 200 */ " erase-blocks" $call-nand get-inflater \ Separate the two buffers by enough space for both the compressed \ and uncompressed copies of the data. 4x is overkill, but there
openfirmware@openfirmware.info