diff options
| author | Tom Rini <[email protected]> | 2021-08-06 13:45:57 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-08-06 13:45:57 -0400 |
| commit | abc784185475ad0d61a8d38f451f2fb8842e7f88 (patch) | |
| tree | f4606dda6bace3562d09feb4e221e9b7824dee06 /include/init.h | |
| parent | ab97eb341cb4fdbd69e33bd4a53714db95b5b63e (diff) | |
| parent | 83042fd64dc069849fca6f709c5507180b2ecbc3 (diff) | |
Merge branch '2021-08-05-drop-almost-all-pre-dm_pci-code'
- Remove the majority of our pre-DM_PCI PCI code as DM_PCI is true in
almost all cases now.
Diffstat (limited to 'include/init.h')
| -rw-r--r-- | include/init.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/init.h b/include/init.h index fd51d7f9667..c781789e367 100644 --- a/include/init.h +++ b/include/init.h @@ -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([email protected]): Drop this when DM_PCI migration is completed */ -void pci_init_board(void); - /** * arch_initr_trap() - Init traps * |
