Browse Source

ppc4xx: Fix small korat merge problem

Signed-off-by: Stefan Roese <sr@denx.de>
Stefan Roese 17 năm trước cách đây
mục cha
commit
6bd9138498
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      board/korat/korat.c

+ 2 - 2
board/korat/korat.c

@@ -33,7 +33,7 @@
 #include <asm/bitops.h>
 #include <asm/bitops.h>
 #include <asm/gpio.h>
 #include <asm/gpio.h>
 #include <asm/io.h>
 #include <asm/io.h>
-#include <asm/ppc4xx-intvec.h>
+#include <asm/ppc4xx-uic.h>
 #include <asm/processor.h>
 #include <asm/processor.h>
 
 
 DECLARE_GLOBAL_DATA_PTR;
 DECLARE_GLOBAL_DATA_PTR;
@@ -575,7 +575,7 @@ int checkboard(void)
  */
  */
 void korat_pci_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
 void korat_pci_fixup_irq(struct pci_controller *hose, pci_dev_t dev)
 {
 {
-	pci_hose_write_config_byte(hose, dev, PCI_INTERRUPT_LINE, VECNUM_EIR2);
+	pci_hose_write_config_byte(hose, dev, PCI_INTERRUPT_LINE, VECNUM_EIRQ2);
 }
 }
 #endif
 #endif