Skip to content
Snippets Groups Projects
Commit 979bdbc7 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Fix PCI support on CPC45 board

parent 69459791
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
Changes since U-Boot 1.1.1: Changes since U-Boot 1.1.1:
====================================================================== ======================================================================
* Fix PCI support on CPC45 board
* Patch by Scott McNutt, 25 Apr 2004: * Patch by Scott McNutt, 25 Apr 2004:
Add Nios GDB/JTAG Console support: Add Nios GDB/JTAG Console support:
- Add stubs to support gdb via JTAG. - Add stubs to support gdb via JTAG.
......
...@@ -825,7 +825,7 @@ void board_init_r (gd_t *id, ulong dest_addr) ...@@ -825,7 +825,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
WATCHDOG_RESET (); WATCHDOG_RESET ();
#if defined(CONFIG_PCI) && !defined(CONFIG_BAB7xx) #if defined(CONFIG_PCI) && !defined(CONFIG_BAB7xx) && !defined(CONFIG_CPC45)
/* /*
* Do pci configuration * Do pci configuration
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment