zy1000: add zy1000_ prefix to uart command
authorØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 30 Dec 2009 12:13:31 +0000 (13:13 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 30 Dec 2009 12:13:31 +0000 (13:13 +0100)
less polution of the general namespace(preventive action,
no problems reported).

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/ecosboard.c

index c31c596167a079855ebabf096ca11bea99e06000..de2a42ccaab25924d86bf8b1bab75e4a61d2a4f9 100644 (file)
@@ -1097,7 +1097,7 @@ int main(int argc, char *argv[])
                        NULL, NULL);
 #endif
 
-       Jim_CreateCommand(httpstate.jim_interp, "uart", zylinjtag_Jim_Command_uart, NULL, NULL);
+       Jim_CreateCommand(httpstate.jim_interp, "zy1000_uart", zylinjtag_Jim_Command_uart, NULL, NULL);
 
 
        log_init();