diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:05 +0200 | 
|---|---|---|
| committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-09-10 22:48:05 +0200 | 
| commit | 8a40fb148efa442d6526eac46a2001e4c64d28ff (patch) | |
| tree | d5c1fc7fcfed24f975f774a6bb05a07677a117be /common/cmd_itest.c | |
| parent | 507641d2491980531932b9f25dab37fe5e6c3a1a (diff) | |
| download | olio-uboot-2014.01-8a40fb148efa442d6526eac46a2001e4c64d28ff.tar.xz olio-uboot-2014.01-8a40fb148efa442d6526eac46a2001e4c64d28ff.zip | |
move cmd_get_data_size to command.c
add CMD_DATA_SIZE macro to enable it
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'common/cmd_itest.c')
| -rw-r--r-- | common/cmd_itest.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/common/cmd_itest.c b/common/cmd_itest.c index ce988723c..9e77fa913 100644 --- a/common/cmd_itest.c +++ b/common/cmd_itest.c @@ -64,8 +64,6 @@ op_tbl_t op_table [] = {  #define op_tbl_size (sizeof(op_table)/sizeof(op_table[0])) -extern int cmd_get_data_size(char* arg, int default_size); -  static long evalexp(char *s, int w)  {  	long l, *p; |