Re: [U-Boot] [PATCH 1/5] mpc83xx/pcie: make it compile with PCIE2 unconfigured

2010-09-22 Thread Kim Phillips
On Fri, 17 Sep 2010 23:41:46 +0200 Ilya Yanok ya...@emcraft.com wrote: MPC8308 has only one PCIE host controller so we want it to compile without CONFIG_SYS_PCIE2_CFG_{BASE,SIZE} defined. Signed-off-by: Ilya Yanok ya...@emcraft.com --- 5 out of 5 patches applied to u-boot-mpc83xx/next.

Re: [U-Boot] [PATCH 1/5] mpc83xx/pcie: make it compile with PCIE2 unconfigured

2010-09-17 Thread Ilya Yanok
Hi Kim, On 17.09.2010 03:54, Kim Phillips wrote: +#if defined(CONFIG_SYS_PCIE2_CFG_BASE) defined(CONFIG_SYS_PCIE2_SIZE) #define PCIE_MAX_BUSES 2 +#else +#define PCIE_MAX_BUSES 1 +#endif Technically this should be an indirect function of MPC8308, but what's the problem with

Re: [U-Boot] [PATCH 1/5] mpc83xx/pcie: make it compile with PCIE2 unconfigured

2010-09-16 Thread Kim Phillips
On Tue, 14 Sep 2010 22:40:37 +0200 Ilya Yanok ya...@emcraft.com wrote: MPC8308 has only one PCIE host controller so we want it to compile without CONFIG_SYS_PCIE2_CFG_{BASE,SIZE} defined. +#if defined(CONFIG_SYS_PCIE2_CFG_BASE) defined(CONFIG_SYS_PCIE2_SIZE) #define PCIE_MAX_BUSES 2