mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-09 10:47:41 +01:00
x86: Remove duplicate PCI init
Signed-off-by: Graeme Russ <graeme.russ@gmail.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
8d61625d6a
commit
c73c6de60c
1 changed files with 0 additions and 3 deletions
|
|
@ -164,9 +164,6 @@ init_fnc_t *init_sequence_r[] = {
|
|||
#ifdef CONFIG_MISC_INIT_R
|
||||
misc_init_r,
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_PCMCIA) && !defined(CONFIG_CMD_IDE)
|
||||
pci_init_r,
|
||||
#endif
|
||||
#if defined(CONFIG_CMD_KGDB)
|
||||
kgdb_init_r,
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue