diff options
Diffstat (limited to 'board/mcc200/auto_update.c')
| -rw-r--r-- | board/mcc200/auto_update.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/board/mcc200/auto_update.c b/board/mcc200/auto_update.c index 2ed66ddb4..49213d0b3 100644 --- a/board/mcc200/auto_update.c +++ b/board/mcc200/auto_update.c @@ -25,7 +25,7 @@  #include <usb.h>  #include <part.h> -#ifdef CFG_HUSH_PARSER +#ifdef CONFIG_SYS_HUSH_PARSER  #include <hush.h>  #endif @@ -40,8 +40,8 @@  #error "must define CONFIG_USB_STORAGE"  #endif -#ifndef CFG_HUSH_PARSER -#error "must define CFG_HUSH_PARSER" +#ifndef CONFIG_SYS_HUSH_PARSER +#error "must define CONFIG_SYS_HUSH_PARSER"  #endif  #if !defined(CONFIG_CMD_FAT) |