Hi Matthew, On Tue, 12 Oct 2010 17:42:57 -0500 Matthew McClintock <[email protected]> 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 <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

