diff options
Diffstat (limited to 'common/cmd_autoscript.c')
| -rw-r--r-- | common/cmd_autoscript.c | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/common/cmd_autoscript.c b/common/cmd_autoscript.c index 13af93ec8..c2e7e665a 100644 --- a/common/cmd_autoscript.c +++ b/common/cmd_autoscript.c @@ -47,8 +47,6 @@  #include <hush.h>  #endif -#if defined(CONFIG_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) -  int  autoscript (ulong addr, const char *fit_uname)  { @@ -200,8 +198,6 @@ autoscript (ulong addr, const char *fit_uname)  	return rcode;  } -#endif -  /**************************************************/  #if defined(CONFIG_CMD_AUTOSCRIPT)  int  |