summaryrefslogtreecommitdiffstats
path: root/include/configs/MPC8641HPCN.h
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-06-18 08:39:42 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-06-30 08:24:22 -0500
commit156984a3611c28093919d3e3c042f722b5548253 (patch)
tree82688b25de162898ea0c0b989edad4de7955eb80 /include/configs/MPC8641HPCN.h
parent480f61790565d77432b70b4016b73f2ae27d530f (diff)
downloadtalos-obmc-uboot-156984a3611c28093919d3e3c042f722b5548253.tar.gz
talos-obmc-uboot-156984a3611c28093919d3e3c042f722b5548253.zip
8xxx: Fix PCI bus address setup for 36-bit configs
We want the outbound PCI memory map to end at the 4G boundary so we can maximize the amount of space available for inbound mappings if we have large amounts of memory. This matches the device tree setup in the kernel for the 36-bit physical configs for the platforms that have one (MPC8641 HPCN & MPC8572 DS). Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include/configs/MPC8641HPCN.h')
-rw-r--r--include/configs/MPC8641HPCN.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h
index d8042fb764..035874b312 100644
--- a/include/configs/MPC8641HPCN.h
+++ b/include/configs/MPC8641HPCN.h
@@ -335,7 +335,7 @@ extern unsigned long get_board_sys_clk(unsigned long dummy);
#define CONFIG_SYS_PCI1_MEM_VIRT 0x80000000
#ifdef CONFIG_PHYS_64BIT
-#define CONFIG_SYS_PCI1_MEM_BUS 0xc0000000
+#define CONFIG_SYS_PCI1_MEM_BUS 0xe0000000
#define CONFIG_SYS_PCI1_MEM_PHYS 0x0000000c00000000ULL
#else
#define CONFIG_SYS_PCI1_MEM_BUS CONFIG_SYS_PCI1_MEM_VIRT
OpenPOWER on IntegriCloud