[U-Boot] [PATCH v3] powerpc/85xx: Fix compile errors if CONFIG_SYS_DPAA_QBMAN isn't set
Kumar Gala
galak at kernel.crashing.org
Fri Jun 3 08:04:58 CEST 2011
On May 23, 2011, at 7:51 AM, Kumar Gala wrote:
> Add ifdef protection for qp_info and liodn associated with Q/BMan. Also
> rearrange setting of _tbl_sz variables to utilize existing ifdef
> protection for things like FMAN.
>
> Also add protection around setup_portals() call in corenet_ds board
> code.
>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> v3:
> * Fixed typo of #define its QBMAN not QBFMAN caused build failures on p3041
> v2:
> * Missed one case in corenet_ds.c that also needed #ifdef protection
>
> arch/powerpc/cpu/mpc85xx/p3041_ids.c | 11 +++++++----
> arch/powerpc/cpu/mpc85xx/p4080_ids.c | 13 ++++++++-----
> arch/powerpc/cpu/mpc85xx/p5020_ids.c | 11 +++++++----
> board/freescale/corenet_ds/corenet_ds.c | 2 ++
> 4 files changed, 24 insertions(+), 13 deletions(-)
applied to 85xx next
- k
More information about the U-Boot
mailing list