summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-22 20:56:00 -0500
committerKeith Packard <keithp@keithp.com>2013-04-22 20:56:00 -0500
commit3fb3b60a4ba7d7153753aaac9e4b979ee3ef7020 (patch)
tree95d1ac75954c39286f2dad1d663703b098b79478
parentd12202d39d1e8d1a35be0028ad0dfe5e2f7d678b (diff)
ao-tools: reboot to loader now uses 'X' instead of 'L'
'L' is used by lots of other commands; switch to 'X' which is free. Sigh. Someday we'll have words for commands instead of just letters Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--ao-tools/ao-stmload/ao-stmload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-stmload/ao-stmload.c b/ao-tools/ao-stmload/ao-stmload.c
index c983df26..35d4b299 100644
--- a/ao-tools/ao-stmload/ao-stmload.c
+++ b/ao-tools/ao-stmload/ao-stmload.c
@@ -403,7 +403,7 @@ main (int argc, char **argv)
if (is_loader)
break;
printf ("rebooting to loader\n");
- cc_usb_printf(cc, "L\n");
+ cc_usb_printf(cc, "X\n");
cc_usb_close(cc);
sleep(1);
cc = NULL;