From 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Tue, 21 Oct 2008 18:06:15 -0500 Subject: 86xx: Enable 64-bit PCI resources on all Freescale boards Signed-off-by: Kumar Gala Signed-off-by: Andrew Fleming-AFLEMING --- include/configs/MPC8610HPCD.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/MPC8610HPCD.h') diff --git a/include/configs/MPC8610HPCD.h b/include/configs/MPC8610HPCD.h index 678e1e151..0492274d3 100644 --- a/include/configs/MPC8610HPCD.h +++ b/include/configs/MPC8610HPCD.h @@ -41,6 +41,7 @@ #define CONFIG_PCIE1 1 /* PCIe 1 connected to ULI bridge */ #define CONFIG_PCIE2 1 /* PCIe 2 connected to slot */ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ +#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ #define CONFIG_ENV_OVERWRITE -- cgit v1.2.3