]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - lib_arm/board.c
disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
[karo-tx-uboot.git] / lib_arm / board.c
index e175607336bf27d13d400bab6106132d43bd7171..8f4e19bfcb5bf637452cc944d90a5ae58a965c41 100644 (file)
@@ -382,7 +382,7 @@ void start_armboot (void)
        if ((s = getenv ("bootfile")) != NULL) {
                copy_filename (BootFile, s, sizeof (BootFile));
        }
-#endif /* CFG_CMD_NET */
+#endif
 
 #ifdef BOARD_LATE_INIT
        board_late_init ();