]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/trab/auto_update.c
rename CFG_ macros to CONFIG_SYS
[people/ms/u-boot.git] / board / trab / auto_update.c
index 46110cc7637c68624298fad1b7acb6e8dd7fc22c..99327906b8339ef1fa032f8bc6ff6759377fa09f 100644 (file)
@@ -28,7 +28,7 @@
 #include <asm/byteorder.h>
 #include <usb.h>
 
-#ifdef CFG_HUSH_PARSER
+#ifdef CONFIG_SYS_HUSH_PARSER
 #include <hush.h>
 #endif
 
@@ -42,8 +42,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)