]> git.sur5r.net Git - u-boot/blobdiff - board/gen860t/gen860t.c
board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
[u-boot] / board / gen860t / gen860t.c
index 4fff5a3466c5e171160629808f2f99a1ff380fa5..4bfdcac0dac734d9fc225437fcec0f6e724c7a1c 100644 (file)
@@ -222,7 +222,7 @@ long int initdram (int board_type)
  * Disk On Chip (DOC) Millenium initialization.
  * The DOC lives in the CS2* space
  */
-#if (CONFIG_COMMANDS & CFG_CMD_DOC) || defined(CONFIG_CMD_DOC)
+#if defined(CONFIG_CMD_DOC)
 extern void doc_probe (ulong physadr);
 
 void doc_init (void)
@@ -250,7 +250,7 @@ int misc_init_r (void)
 
        config_mpc8xx_ioports (immr);
 
-#if (CONFIG_COMMANDS & CFG_CMD_MII) || defined(CONFIG_CMD_MII)
+#if defined(CONFIG_CMD_MII)
        mii_init ();
 #endif