Re: [U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-10-18 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100930134034.7dab7977.kim.phill...@freescale.com you wrote: commit 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 83xx: Remove warmboot parameter from PCI init functions missed one mpc83xx_pcie_init callsite, causing this build error: Configuring for

Re: [U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-10-18 Thread Wolfgang Denk
Dear Peter Tyser, In message 1285873751.28947.19984.ca...@petert you wrote: commit 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 83xx: Remove warmboot parameter from PCI init functions missed one mpc83xx_pcie_init callsite, causing this build error: Configuring for MPC837XEMDS_HOST

Re: [U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-10-11 Thread Kim Phillips
On Thu, 30 Sep 2010 13:40:34 -0500 Kim Phillips kim.phill...@freescale.com wrote: commit 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 83xx: Remove warmboot parameter from PCI init functions missed one mpc83xx_pcie_init callsite, causing this build error: Configuring for MPC837XEMDS_HOST

[U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-09-30 Thread Kim Phillips
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

Re: [U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-09-30 Thread Peter Tyser
On Thu, 2010-09-30 at 13:40 -0500, Kim Phillips wrote: 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

Re: [U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-09-30 Thread Kim Phillips
On Thu, 30 Sep 2010 14:09:11 -0500 Peter Tyser pty...@xes-inc.com wrote: On Thu, 2010-09-30 at 13:40 -0500, Kim Phillips wrote: commit 6aa3d3bfaa986f1aff5e21a9b9f68d087715b1a9 83xx: Remove warmboot parameter from PCI init functions missed one mpc83xx_pcie_init callsite, causing this build

Re: [U-Boot] [PATCH] mpc83xx: fix 837x MDS PCI HOST build

2010-09-30 Thread Wolfgang Denk
Dear Kim Phillips, In message 20100930141517.92dacbb7.kim.phill...@freescale.com you wrote: Thanks for catching that. Should the MPC837XEMDS MAKEALL target be changed to MPC837XEMDS_HOST to include coverage of its PCI code? I either that or the makeall code that uses boards.cfg could be