diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-09-18 11:12:58 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-09-18 11:12:58 +0100 |
commit | afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8 (patch) | |
tree | 4b0d37a727b3ede6540825258cc930533c0cdce7 /board/amcc/yucca | |
parent | d94c79e47011af5e8dd10ed6163c09b4cfc743cc (diff) | |
parent | 67c31036acaaaa992fc346cc89db0909a7e733c4 (diff) | |
download | u-boot-imx-afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8.zip u-boot-imx-afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8.tar.gz u-boot-imx-afd477b227c089f2b7ce0aadb20b9ea7dc6ee6f8.tar.bz2 |
Merge with git://www.denx.de/git/u-boot.git
Diffstat (limited to 'board/amcc/yucca')
-rw-r--r-- | board/amcc/yucca/yucca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/amcc/yucca/yucca.c b/board/amcc/yucca/yucca.c index 397b018..d7cc384 100644 --- a/board/amcc/yucca/yucca.c +++ b/board/amcc/yucca/yucca.c @@ -34,6 +34,8 @@ #include "yucca.h" #include "../cpu/ppc4xx/440spe_pcie.h" +DECLARE_GLOBAL_DATA_PTR; + #undef PCIE_ENDPOINT /* #define PCIE_ENDPOINT 1 */ @@ -668,8 +670,6 @@ int pci_pre_init(struct pci_controller * hose ) #if defined(CONFIG_PCI) && defined(CFG_PCI_TARGET_INIT) void pci_target_init(struct pci_controller * hose ) { - DECLARE_GLOBAL_DATA_PTR; - /*-------------------------------------------------------------------+ * Disable everything *-------------------------------------------------------------------*/ |