]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cm5200: Make function test command names more unique
authorPeter Tyser <ptyser@xes-inc.com>
Sun, 19 Apr 2009 03:34:00 +0000 (22:34 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 12 Jun 2009 18:39:45 +0000 (20:39 +0200)
commit8229e9c04f7019ddd76aea05d4dca044cbc9a34a
treeb819bd0a41c210674f697d6720d53455e7df9ac2
parentf0722ee762e8dada9d7f74ac2745e043f83aae85
cm5200: Make function test command names more unique

Add "_test" to cm5200's function test command names to prevent
overlap with common, global function names.  Originally, the
"do_i2c" function test command interfered with
common/cmd_i2c.c's "do_i2c" when CONFIG_I2C_CMD_TREE was defined.

The functions were also made static as they are not globally accessed.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
board/cm5200/cmd_cm5200.c