]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/trab/auto_update.c
board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
[karo-tx-uboot.git] / board / trab / auto_update.c
index cc0e3664b82704a0330b01ac74d8ce2f1b337279..ad88867438358a45e452195a3c1fb5c2904809f3 100644 (file)
@@ -46,7 +46,7 @@
 #error "must define CFG_HUSH_PARSER"
 #endif
 
-#if !((CONFIG_COMMANDS & CFG_CMD_FAT) || defined(CONFIG_CMD_FAT))
+#if !defined(CONFIG_CMD_FAT)
 #error "must define CFG_CMD_FAT"
 #endif