aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2020-02-11 08:39:34 +0100
committerMitch Bradley <wmb@firmworks.com>2020-02-11 11:00:10 -1000
commitebb0470a9d999f6e38cc69f48b87855f9ee6f473 (patch)
tree931756ed3a280f800b9ad37a8cfb6c6c1c37c9e6
parent815214ee7e65f21214d17b9f1f3f307d3ab5d33b (diff)
downloadcforth-master.tar.gz
arm-xo-1.75: fix OLPC buildHEADmaster
Oops, a brain fart. Sorry. Fixes: d642a0994dea ("arm-xo-1.75: conditionalize protect-fw on sec-trg-gpio#")
-rw-r--r--src/app/arm-xo-1.75/hackspi.fth2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/arm-xo-1.75/hackspi.fth b/src/app/arm-xo-1.75/hackspi.fth
index 67933f6..974d221 100644
--- a/src/app/arm-xo-1.75/hackspi.fth
+++ b/src/app/arm-xo-1.75/hackspi.fth
@@ -184,7 +184,7 @@ h# 1010.0000 constant spi-mem-base
: sec-trg ( -- ) sec-trg-gpio# gpio-set ;
: protect-fw ( -- ) secure? if spi-protect sec-trg then ;
-[endif]
+[then]
\ Assumes offset is block-aligned
: write-setup-dance ( -- )