diff options
author | Kumar Gala | 2008-10-21 11:33:58 -0500 |
---|---|---|
committer | Andrew Fleming-AFLEMING | 2008-10-24 17:33:06 -0500 |
commit | 0151cbaccf4504821ecfde0217299bd740086bb6 (patch) | |
tree | c94e88d71f1b9c2e6aa07b3d969cfbf8f6d93ba4 /include/configs/MPC8544DS.h | |
parent | 30e76d5e3bc4c5208ee63585fe12b409d9308cd8 (diff) |
85xx: 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>
Diffstat (limited to 'include/configs/MPC8544DS.h')
-rw-r--r-- | include/configs/MPC8544DS.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/MPC8544DS.h b/include/configs/MPC8544DS.h index 0987448b716..c47374acb6a 100644 --- a/include/configs/MPC8544DS.h +++ b/include/configs/MPC8544DS.h @@ -41,6 +41,7 @@ #define CONFIG_PCIE3 1 /* PCIE controler 3 (ULI bridge) */ #define CONFIG_FSL_PCI_INIT 1 /* Use common FSL init code */ #define CONFIG_FSL_PCIE_RESET 1 /* need PCIe reset errata */ +#define CONFIG_SYS_PCI_64BIT 1 /* enable 64-bit PCI resources */ #define CONFIG_FSL_LAW 1 /* Use common FSL init code */ |