[U-Boot] [PATCH] powerpc/85xx: Fix build failure for P1023RDS

Kumar Gala galak at kernel.crashing.org
Fri Jul 29 14:43:30 CEST 2011


On Jul 28, 2011, at 2:36 PM, Kumar Gala wrote:

> When we added the fman fdt fixup we forgot to fixup the P1023RDS
> platform.  So we would get:
> 
> fdt.c: In function 'fdt_fixup_fman_firmware':
> fdt.c:465:15: error: 'CONFIG_SYS_FMAN_FW_LENGTH' undeclared (first use in this function)
> fdt.c:465:15: note: each undeclared identifier is reported only once for each function it appears in
> 
> Add the needed #defines in P1023RDS.h to fix this.
> 
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> include/configs/P1023RDS.h |    6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)

applied to 85xx

- k


More information about the U-Boot mailing list