mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
pci: Drop pci_init_board()
With the conversion to driver model, this is not needed now. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e15ba68029
commit
23cd8a63a0
6 changed files with 0 additions and 243 deletions
|
@ -297,9 +297,6 @@ int board_late_init(void);
|
|||
int board_postclk_init(void); /* after clocks/timebase, before env/serial */
|
||||
int board_early_init_r(void);
|
||||
|
||||
/* TODO(sjg@chromium.org): Drop this when DM_PCI migration is completed */
|
||||
void pci_init_board(void);
|
||||
|
||||
/**
|
||||
* arch_initr_trap() - Init traps
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue