diff options
author | Marian Balakowicz <m8@semihalf.com> | 2006-07-04 00:55:47 +0200 |
---|---|---|
committer | Marian Balakowicz <m8@semihalf.com> | 2006-07-04 00:55:47 +0200 |
commit | fbb0b559ae564d80b5ea3199ad530aa0e419a668 (patch) | |
tree | e2ce9cb41309e974e9b4e2506c73fd9648fb1d0b /include | |
parent | fe84b48a94beb88a977a88e3d14b6ea882cdc91a (diff) |
Add system memory to the PCI region list for AMCC PPC44x CPUs.
Enabled it for Yucca board.
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/yucca.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/yucca.h b/include/configs/yucca.h index be2e7db176c..e6d98435679 100644 --- a/include/configs/yucca.h +++ b/include/configs/yucca.h @@ -75,6 +75,11 @@ /* #define CFG_PCI_BASE_REGS 0xBEC00000 */ /* internal PCI regs */ /* #define CFG_PCI_BASE_CYCLE 0xBED00000 */ /* internal PCI regs */ +/* System RAM mapped to PCI space */ +#define CONFIG_PCI_SYS_MEM_BUS CFG_SDRAM_BASE +#define CONFIG_PCI_SYS_MEM_PHYS CFG_SDRAM_BASE +#define CONFIG_PCI_SYS_MEM_SIZE (1024 * 1024 * 1024) + #define CFG_FPGA_BASE 0xe2000000 /* epld */ #define CFG_OPER_FLASH 0xe7000000 /* SRAM - OPER Flash */ |