aboutsummaryrefslogtreecommitdiff
path: root/board-qemu/slof/helper.fs
diff options
context:
space:
mode:
Diffstat (limited to 'board-qemu/slof/helper.fs')
-rw-r--r--board-qemu/slof/helper.fs8
1 files changed, 1 insertions, 7 deletions
diff --git a/board-qemu/slof/helper.fs b/board-qemu/slof/helper.fs
index 40d4abc..4b2c1ee 100644
--- a/board-qemu/slof/helper.fs
+++ b/board-qemu/slof/helper.fs
@@ -11,7 +11,7 @@
\ ****************************************************************************/
: slof-build-id ( -- str len )
- flash-header 10 + a
+ flash-header 10 + dup from-cstring a min
;
: slof-revision s" 001" ;
@@ -27,12 +27,6 @@
bdate2human $cat encode-string THEN
;
-\ Fetch C string
-: from-cstring ( addr - len )
- dup dup BEGIN c@ 0 <> WHILE 1 + dup REPEAT
- swap -
-;
-
: invert-region-cs ( addr len cellsize -- )
>r over swap r@ rshift r> swap 1 hv-logical-memop drop
;