mirror of
https://github.com/frank-w/u-boot.git
synced 2026-01-09 18:12:57 +08:00
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>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user