]> git.sur5r.net Git - u-boot/blobdiff - lib_m68k/board.c
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
[u-boot] / lib_m68k / board.c
index b7e76b881b1f7241778a306514ed9578c2e1a743..293fd04a4807c9be83a75abf764ae2ca7af22836 100644 (file)
@@ -624,7 +624,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 ();