disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
Those always evaluated TRUE, and thus were always compiled
even when IDE really wasn't defined/wanted.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
diff --git a/lib_i386/board.c b/lib_i386/board.c
index 667d2da..47fbab4 100644
--- a/lib_i386/board.c
+++ b/lib_i386/board.c
@@ -352,7 +352,7 @@
if ((s = getenv ("bootfile")) != NULL) {
copy_filename (BootFile, s, sizeof (BootFile));
}
-#endif /* CFG_CMD_NET */
+#endif
WATCHDOG_RESET();
@@ -360,7 +360,7 @@
WATCHDOG_RESET();
puts("IDE: ");
ide_init();
-#endif /* CFG_CMD_IDE */
+#endif
#if defined(CONFIG_CMD_SCSI)
WATCHDOG_RESET();