summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-04-22 20:56:00 -0500
committerKeith Packard <keithp@keithp.com>2013-05-07 21:30:26 -0700
commit9029722708b54826aa9374555470cb40922c5da5 (patch)
tree42a55488129f7545b12bcb4770ba4af41c75ec69
parentdfc268e0021e1cd3045f73339a749d292a6a6300 (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;