summaryrefslogtreecommitdiff
path: root/include/configs/idmr.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-08-18 14:37:52 +0200
committerStefan Roese <sr@denx.de>2007-08-18 14:37:52 +0200
commit26667b7fa05a8bf2fc65fb9f3230b02b1a10c367 (patch)
tree4d60042cf02b3410f9b7fe2579e74177b3318210 /include/configs/idmr.h
parent8280f6a1c43247616b68224675188e5ccd124650 (diff)
ColdFire: Fix some remaining problems with CFG_CMD_
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/idmr.h')
-rw-r--r--include/configs/idmr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/idmr.h b/include/configs/idmr.h
index 3ec4a7944..404e88a4f 100644
--- a/include/configs/idmr.h
+++ b/include/configs/idmr.h
@@ -235,8 +235,8 @@
"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 */