From: Keith Packard Date: Tue, 23 Apr 2013 01:56:00 +0000 (-0500) Subject: ao-tools: reboot to loader now uses 'X' instead of 'L' X-Git-Tag: 1.2.1~31 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=9029722708b54826aa9374555470cb40922c5da5;hp=dfc268e0021e1cd3045f73339a749d292a6a6300 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 --- 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;