From cc2fcc1655fb5e0b6d9faefa2e1c8f7c0f4376fe Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Thu, 20 Oct 2005 18:38:26 +0000 Subject: Numerous changes and cleanups to support MVME2100. --- c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/include') diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h index 6e189f08be..a1d73541e2 100644 --- a/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/include/bsp.h @@ -38,8 +38,8 @@ #define _ISA_MEM_BASE CHRP_ISA_MEM_BASE /* address of our ram on the PCI bus */ #define PCI_DRAM_OFFSET CHRP_PCI_DRAM_OFFSET -#define PCI_MEM_BASE 0x80000000 -#define PCI_MEM_BASE_ADJUSTMENT 0 +#define PCI_MEM_BASE 0 +#define PCI_MEM_WIN0 0x80000000 #else #define _IO_BASE PREP_ISA_IO_BASE @@ -48,7 +48,7 @@ #define PCI_DRAM_OFFSET PREP_PCI_DRAM_OFFSET /* offset of pci memory as seen from the CPU */ #define PCI_MEM_BASE PREP_ISA_MEM_BASE -#define PCI_MEM_BASE_ADJUSTMENT PREP_ISA_MEM_BASE +#define PCI_MEM_WIN0 0 #endif -- cgit v1.2.3