mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge "ipq9574: Skip PCIe enumeration during the board_init"
This commit is contained in:
commit
dee2f639bb
2 changed files with 4 additions and 1 deletions
|
|
@ -429,4 +429,7 @@ void autoboot_command(const char *s)
|
|||
puts("\nNet: ");
|
||||
eth_initialize();
|
||||
#endif
|
||||
#if defined(CONFIG_IPQ9574)
|
||||
pci_init();
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
|
|
@ -251,7 +251,7 @@ static int initr_unlock_ram_in_cache(void)
|
|||
#ifdef CONFIG_PCI
|
||||
static int initr_pci(void)
|
||||
{
|
||||
#ifndef CONFIG_DM_PCI
|
||||
#if !defined(CONFIG_DM_PCI) && !defined(CONFIG_IPQ9574)
|
||||
pci_init();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue