Remove currently unsupported option to set iram size
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 02:20:49 +0000 (21:20 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Mon, 2 Dec 2013 02:20:49 +0000 (21:20 -0500)
src/options.c

index fb78714..420cc85 100644 (file)
@@ -45,7 +45,6 @@ static const char args_doc[] = "[FILENAME]";
 /* The options we understand. */
 static struct argp_option argp_options[] = {
        {"debug", 'd', "level", 0,  "Produce debugging output" },
-       {"iram",  'i', "size",  0,  "Set internal ram size" },
        {"pram",  'p', "size",  0,  "Set program memory size" },
        {"xram",  'x', "size",  0,  "Set external ram size (default is 1024)" },
        {"stop",  's', "addr",  0,  "Automatically run program and stop at address" },