]> git.ipfire.org Git - people/ms/u-boot.git/commit - net/bootp.c
net/: Remove lingering references to CFG_CMD_* symbols.
authorJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:05:02 +0000 (11:05 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:05:02 +0000 (11:05 -0500)
commit610f2e9c28a9c101e09fa1b78143cf5f00ed1593
treefabf3bc00fbe07078a187c7f62a0504bac8ff450
parent902531788376046da212afd1661cffb62f3daa1c
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>
net/bootp.c
net/net.c
net/rarp.c
net/tftp.c