]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/configs/idmr.h
ColdFire: Fix some remaining problems with CFG_CMD_
[karo-tx-uboot.git] / include / configs / idmr.h
index 3ec4a79440fea522723995a0e2f3f580d3b616ff..404e88a4fcde235f8921d72d16bb9380c41e743d 100644 (file)
                                                "2m(rootfs),"   \
                                                "-(user)";
 
-#if (CONFIG_COMMANDS & CFG_CMD_MII)
-#error MII commands don't work on iDMR board and sholud not be enabled.
-#endif /* (CONFIG_COMMANDS & CFG_CMD_MII) */
+#if defined(CONFIG_CMD_MII)
+#error "MII commands don't work on iDMR board and should not be enabled."
+#endif
 
 #endif /* _IDMR_H */