]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers/: Remove lingering references to CFG_CMD_* symbols.
authorJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:13:21 +0000 (11:13 -0500)
committerJon Loeliger <jdl@freescale.com>
Tue, 10 Jul 2007 16:13:21 +0000 (11:13 -0500)
commitddb5d86f0215bcb6c293510c50eb050e92883b7a
treec1b8bcfa43d6161683554bfa646610bc8df94721
parentf40a7f3e3888b42a43674b099e5470022c8c544c
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>
drivers/bcm570x.c
drivers/cfb_console.c
drivers/dc2114x.c
drivers/mpc8xx_pcmcia.c
drivers/rtl8139.c
drivers/tigon3.c
drivers/tqm8xx_pcmcia.c