]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc83xx: fix 837x MDS PCI HOST build
authorKim Phillips <kim.phillips@freescale.com>
Thu, 30 Sep 2010 18:40:34 +0000 (13:40 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 18 Oct 2010 19:53:30 +0000 (21:53 +0200)
commite2229352c14930a661d2b6a3bf5046efdbc16d32
tree092101a55888e99a9acfcead8b8d22c3166dbdaa
parentae188d48ec80d0aa5cacb2b1f3b0137a388bc776
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>
board/freescale/mpc837xemds/pci.c