diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:31:28 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-07-09 18:48:06 -0500 |
commit | c508a4cefd8a953fc64957650506a035e6e3d9d1 (patch) | |
tree | 8d6dfc5e3cabb62bc916cc989a613aa3d3534396 /board/ixdp425 | |
parent | b9307262f8a9f3b5c9e15a6067eadc17407146f6 (diff) |
board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/ixdp425')
-rw-r--r-- | board/ixdp425/ixdp425.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ixdp425/ixdp425.c b/board/ixdp425/ixdp425.c index fc25428ca1d..2a33d6d0734 100644 --- a/board/ixdp425/ixdp425.c +++ b/board/ixdp425/ixdp425.c @@ -112,7 +112,7 @@ int dram_init (void) return (0); } -#if (CONFIG_COMMANDS & CFG_CMD_PCI) || defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI) +#if defined(CONFIG_CMD_PCI) || defined(CONFIG_PCI) extern struct pci_controller hose; extern void pci_ixp_init(struct pci_controller * hose); |