[U-Boot] [PATCH V4] mpc83xx:fix pcie configuration space read/write
Kim Phillips
kim.phillips at freescale.com
Sun Feb 6 00:21:01 CET 2011
On Wed, 19 Jan 2011 19:50:47 +0800
Leo Liu <liucai.lfn at gmail.com> wrote:
> This patch fix a problem for the pcie enumeration when the mpc83xx pcie controller is
> connected with switch or we use both of the two pcie controller.
>
> Signed-off-by: Leo Liu <liucai.lfn at gmail.com>
> ---
applied after fixing some comment format, and moving:
> +/*private structure for mpc83xx pcie hose*/
> +static struct mpc83xx_pcie_priv {
> + u8 index;
> +} pcie_priv[PCIE_MAX_BUSES] = {
into a CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES protected area to avoid
a compiler warning: 'pcie_priv' defined but not used.
Thanks,
Kim
More information about the U-Boot
mailing list