mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Fix PCI support on CPC45 board
This commit is contained in:
parent
6945979126
commit
979bdbc70e
2 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
Changes since U-Boot 1.1.1:
|
||||
======================================================================
|
||||
|
||||
* Fix PCI support on CPC45 board
|
||||
|
||||
* Patch by Scott McNutt, 25 Apr 2004:
|
||||
Add Nios GDB/JTAG Console support:
|
||||
- Add stubs to support gdb via JTAG.
|
||||
|
|
|
@ -825,7 +825,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
|
|||
|
||||
WATCHDOG_RESET ();
|
||||
|
||||
#if defined(CONFIG_PCI) && !defined(CONFIG_BAB7xx)
|
||||
#if defined(CONFIG_PCI) && !defined(CONFIG_BAB7xx) && !defined(CONFIG_CPC45)
|
||||
/*
|
||||
* Do pci configuration
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue