ColdFire: Fix some remaining problems with CFG_CMD_

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese
2007-08-18 14:37:52 +02:00
parent 8280f6a1c4
commit 26667b7fa0
3 changed files with 6 additions and 6 deletions

View File

@@ -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 */