mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-03 21:12:10 +02:00
ppc4xx: Remove some testing code from 4xx_pcie.c
This code got included accidentally. Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
396fd17338
commit
b2f618f215
@ -48,9 +48,6 @@ enum {
|
|||||||
LNKW_X8 = 0x8
|
LNKW_X8 = 0x8
|
||||||
};
|
};
|
||||||
|
|
||||||
#if 1 // test-only
|
|
||||||
int board_pcie_first(void);
|
|
||||||
int board_pcie_last(void);
|
|
||||||
static struct pci_controller pcie_hose[CONFIG_SYS_PCIE_NR_PORTS];
|
static struct pci_controller pcie_hose[CONFIG_SYS_PCIE_NR_PORTS];
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -169,7 +166,6 @@ void pcie_setup_hoses(int busno)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
static int validate_endpoint(struct pci_controller *hose)
|
static int validate_endpoint(struct pci_controller *hose)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user