commit | da7fb74bf04a578d467c9b83c754ce7ff9ea58b9 | [log] [tgz] |
---|---|---|
author | Kim Phillips <kim.phillips@freescale.com> | Thu Sep 30 13:40:34 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Mon Oct 18 21:53:30 2010 +0200 |
tree | 092101a55888e99a9acfcead8b8d22c3166dbdaa | |
parent | 4f40260df6ce519459d1ebecb19cd795c2ba5d65 [diff] |
mpc83xx: fix 837x MDS PCI HOST build commit 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 "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: Kim Phillips <kim.phillips@freescale.com>