mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 11:26:41 +01:00
Every platform that calls fsl_pci_init calls pci_setup_indirect before it calls fsl_pci_init. There isn't any reason to just call it from fsl_pci_init and simplify things a bit. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>