1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-11-02 03:17:29 +01:00

net/: 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>
This commit is contained in:
Jon Loeliger
2007-07-10 11:05:02 -05:00
parent 9025317883
commit 610f2e9c28
4 changed files with 15 additions and 15 deletions

View File

@@ -386,4 +386,4 @@ TftpStart (void)
TftpSend ();
}
#endif /* CFG_CMD_NET */
#endif