diff options
Diffstat (limited to 'board/xes/xpedite1000/xpedite1000.c')
| -rw-r--r-- | board/xes/xpedite1000/xpedite1000.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/board/xes/xpedite1000/xpedite1000.c b/board/xes/xpedite1000/xpedite1000.c index db37ca051..b4cbb2fce 100644 --- a/board/xes/xpedite1000/xpedite1000.c +++ b/board/xes/xpedite1000/xpedite1000.c @@ -136,6 +136,8 @@ phys_size_t initdram(int board_type)  }  /* + * Override weak pci_pre_init() + *   * This routine is called just prior to registering the hose and gives   * the board the opportunity to check things. Returning a value of zero   * indicates that things are bad & PCI initialization should be aborted. @@ -144,7 +146,6 @@ phys_size_t initdram(int board_type)   * (add regions, override default access routines, etc) or perform   * certain pre-initialization actions.   */ -  #if defined(CONFIG_PCI)  int pci_pre_init(struct pci_controller * hose)  { |