diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-10 11:13:21 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-10 11:13:21 -0500 |
commit | ddb5d86f0215bcb6c293510c50eb050e92883b7a (patch) | |
tree | c1b8bcfa43d6161683554bfa646610bc8df94721 /drivers/dc2114x.c | |
parent | f40a7f3e3888b42a43674b099e5470022c8c544c (diff) | |
download | u-boot-imx-ddb5d86f0215bcb6c293510c50eb050e92883b7a.zip u-boot-imx-ddb5d86f0215bcb6c293510c50eb050e92883b7a.tar.gz u-boot-imx-ddb5d86f0215bcb6c293510c50eb050e92883b7a.tar.bz2 |
drivers/: 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>
Diffstat (limited to 'drivers/dc2114x.c')
-rw-r--r-- | drivers/dc2114x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dc2114x.c b/drivers/dc2114x.c index 721bbfc..d5275dc 100644 --- a/drivers/dc2114x.c +++ b/drivers/dc2114x.c @@ -768,4 +768,4 @@ static void update_srom(struct eth_device *dev, bd_t *bis) } #endif /* UPDATE_SROM */ -#endif /* CFG_CMD_NET && CONFIG_NET_MULTI && CONFIG_TULIP */ +#endif |