]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib_ppc/board.c
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
[karo-tx-uboot.git] / lib_ppc / board.c
index 12ea47351b1bd2d16f136866a80c5ab366bbde8f..8651cb3c16c05d1ca51e03c261d708ad5b776256 100644 (file)
@@ -982,7 +982,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
        if ((s = getenv ("bootfile")) != NULL) {
                copy_filename (BootFile, s, sizeof (BootFile));
        }
-#endif /* CFG_CMD_NET */
+#endif
 
        WATCHDOG_RESET ();
 
@@ -1051,7 +1051,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
 #else
        ide_init ();
 #endif
-#endif /* CFG_CMD_IDE */
+#endif
 
 #ifdef CONFIG_LAST_STAGE_INIT
        WATCHDOG_RESET ();