Skip to content
Snippets Groups Projects
Commit e2229352 authored by Kim Phillips's avatar Kim Phillips Committed by Wolfgang Denk
Browse files

mpc83xx: fix 837x MDS PCI HOST build


commit 6aa3d3bf
"83xx: Remove warmboot parameter from PCI init functions" missed
one mpc83xx_pcie_init callsite, causing this build error:

Configuring for MPC837XEMDS_HOST board...
pci.c: In function 'pci_init_board':
pci.c:141: error: too many arguments to function 'mpc83xx_pcie_init'

this patch extends the commit to include that callsite.

Signed-off-by: default avatarKim Phillips <kim.phillips@freescale.com>
parent ae188d48
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment