From 20354a66b963b17fb842b0e49b7d0acd3d554c54 Mon Sep 17 00:00:00 2001
From: Øyvind Harboe <oyvind.harboe@zylin.com>
Date: Wed, 30 Dec 2009 13:13:31 +0100
Subject: zy1000: add zy1000_ prefix to uart command
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

less polution of the general namespace(preventive action,
no problems reported).

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
---
 src/ecosboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/ecosboard.c b/src/ecosboard.c
index c31c5961..de2a42cc 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -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();
-- 
cgit v1.2.3