summaryrefslogtreecommitdiffstats
path: root/cf-code/cf-fsi-fw.S
diff options
context:
space:
mode:
Diffstat (limited to 'cf-code/cf-fsi-fw.S')
-rw-r--r--cf-code/cf-fsi-fw.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index 000e476..d0d71a6 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -264,8 +264,8 @@ _start:
/* Configure GPIOs to output */
bsr config_gpio_out
- /* Mark command complete, indicates we are ready */
- move.b #STAT_COMPLETE,%a1@(CMD_STAT_REG)
+ /* Indicate that we are started */
+ mov3q.l #0xffffffff,%a1@(CF_STARTED)
/*
* Main command loop
OpenPOWER on IntegriCloud