diff options
author | Wolfgang Denk <wd@denx.de> | 2007-06-08 10:24:58 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-06-08 10:24:58 +0200 |
commit | 9045f33c023f698660a2e45d1b2194c0711abebc (patch) | |
tree | 6519102cbd7a07ea01ba683ca99fcd62a16be866 /cpu/ppc4xx | |
parent | 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7 (diff) | |
download | u-boot-imx-9045f33c023f698660a2e45d1b2194c0711abebc.zip u-boot-imx-9045f33c023f698660a2e45d1b2194c0711abebc.tar.gz u-boot-imx-9045f33c023f698660a2e45d1b2194c0711abebc.tar.bz2 |
Fix config problems on SC3 board; make ide_reset_timeout work.
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r-- | cpu/ppc4xx/405gp_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/ppc4xx/405gp_pci.c b/cpu/ppc4xx/405gp_pci.c index 7134355..8bf03e1 100644 --- a/cpu/ppc4xx/405gp_pci.c +++ b/cpu/ppc4xx/405gp_pci.c @@ -380,7 +380,7 @@ void pci_405gp_setup_vga(struct pci_controller *hose, pci_dev_t dev, pci_hose_write_config_dword(hose, dev, PCI_COMMAND, cmdstat); } -#if !(defined(CONFIG_PIP405) || defined (CONFIG_MIP405)) && !(defined (CONFIG_SOLIDCARD3)) +#if !(defined(CONFIG_PIP405) || defined (CONFIG_MIP405)) && !(defined (CONFIG_SC3)) /* *As is these functs get called out of flash Not a horrible |