[U-Boot] [PATCH v2] common/fdt_support.c: fix compile error
Anatolij Gustschin
agust at denx.de
Wed Oct 13 13:39:05 CEST 2010
Hi Matthew,
On Tue, 12 Oct 2010 17:42:57 -0500
Matthew McClintock <msm at freescale.com> wrote:
> Fix build error introduced in beca5a5f5bf0d88125580e5e9c1730469cd50ab8
>
> common/libcommon.a(fdt_support.o): In function `fdt_add_edid':
> /local/hudson/jobs/mirrors-u-boot.git/workspace/common/fdt_support.c:1205:
> undefined reference to `fdt_increase_size' make: *** [u-boot] Error 1
>
> Signed-off-by: Matthew McClintock <msm at freescale.com>
> ---
> v2 - move fdt_increase_size out of CONFIG_FDT_FIXUP_PARTITIONS
>
> common/fdt_support.c | 20 ++++++++++----------
> 1 files changed, 10 insertions(+), 10 deletions(-)
Thanks for fixing this. Unfortunately there is still a warning
when compiling for boards defining CONFIG_FDT_FIXUP_PARTITIONS.
I'll submit v3 patch to fix this.
Thanks again and sorry for the breakage.
Anatolij
More information about the U-Boot
mailing list