ppx4xx: Fix sdram init on PMC440 boards
[oweals/u-boot.git] / lib_i386 / board.c
index 667d2da50b4ffd1d22f80c2e77f39082b925e622..47fbab4ccb4dd9d96a00e5b1bd81d1d3effa69da 100644 (file)
@@ -352,7 +352,7 @@ void start_i386boot (void)
        if ((s = getenv ("bootfile")) != NULL) {
                copy_filename (BootFile, s, sizeof (BootFile));
        }
-#endif /* CFG_CMD_NET */
+#endif
 
        WATCHDOG_RESET();
 
@@ -360,7 +360,7 @@ void start_i386boot (void)
        WATCHDOG_RESET();
        puts("IDE:   ");
        ide_init();
-#endif /* CFG_CMD_IDE */
+#endif
 
 #if defined(CONFIG_CMD_SCSI)
        WATCHDOG_RESET();