
3 Nov
2009
3 Nov
'09
12:25 p.m.
From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Swarthout Edward L-SWARTHOU Sent: Monday, November 02, 2009 8:36 PM To: u-boot@lists.denx.de Cc: Swarthout Edward L-SWARTHOU Subject: [U-Boot] [PATCH] fsl_pci_init_port end-point initialization isbroken
commit 70ed869e broke fsl pcie end-point initialization. Returning 0 is not correct. The function must return the first free bus number for the next controller.
fsl_pci_init() must still be called and a bus allocated even if the controller is an end-point.
Signed-off-by: Ed Swarthout Ed.Swarthout@freescale.com
Acked-by: Vivek Mahajan vivek.mahajan@freescale.com