diff options
| author | Kumar Gala <galak@kernel.crashing.org> | 2008-10-21 18:06:15 -0500 | 
|---|---|---|
| committer | Andrew Fleming-AFLEMING <afleming@freescale.com> | 2008-10-24 17:34:17 -0500 | 
| commit | 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f (patch) | |
| tree | 97f5a57a6c628e3fc2e8724970858650cdbd88a3 | |
| parent | 0151cbaccf4504821ecfde0217299bd740086bb6 (diff) | |
| download | olio-uboot-2014.01-8ba93f68a1bae89e033527ce67b41b4a87aa5b7f.tar.xz olio-uboot-2014.01-8ba93f68a1bae89e033527ce67b41b4a87aa5b7f.zip | |
86xx: Enable 64-bit PCI resources on all Freescale boards
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
| -rw-r--r-- | include/configs/MPC8610HPCD.h | 1 | ||||
| -rw-r--r-- | include/configs/MPC8641HPCN.h | 1 | 
2 files changed, 2 insertions, 0 deletions
| 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 diff --git a/include/configs/MPC8641HPCN.h b/include/configs/MPC8641HPCN.h index e5710c007..ceb2c694d 100644 --- a/include/configs/MPC8641HPCN.h +++ b/include/configs/MPC8641HPCN.h @@ -49,6 +49,7 @@  #define CONFIG_PCI1		1	/* PCIE controler 1 (ULI bridge) */  #define CONFIG_PCI2		1	/* PCIE controler 2 (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 law init code */  #define CONFIG_TSEC_ENET		/* tsec ethernet support */ |