diff options
author | Simon Glass <sjg@chromium.org> | 2021-08-01 18:54:39 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-06 08:26:48 -0400 |
commit | 23cd8a63a036234fc9142015bf40b15d7ce27655 (patch) | |
tree | 090e227af2f3af6350383feea8d17cb7142f3bc3 /board/cavium | |
parent | e15ba6802912a30da0de92c20dbe574f25a96d21 (diff) | |
download | u-boot-23cd8a63a036234fc9142015bf40b15d7ce27655.tar.gz |
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>
Diffstat (limited to 'board/cavium')
-rw-r--r-- | board/cavium/thunderx/thunderx.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/cavium/thunderx/thunderx.c b/board/cavium/thunderx/thunderx.c index a7dc5c6aeb..a8f8c78558 100644 --- a/board/cavium/thunderx/thunderx.c +++ b/board/cavium/thunderx/thunderx.c @@ -123,10 +123,3 @@ int board_eth_init(struct bd_info *bis) return rc; } - -#ifdef CONFIG_PCI -void pci_init_board(void) -{ - printf("DEBUG: PCI Init TODO *****\n"); -} -#endif |