Re: [U-Boot] [PATCH] common/fdt_support.c: fix compile error

2010-10-12 Thread Scott Wood
On Tue, 12 Oct 2010 17:25:59 -0500 Matthew McClintock 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 refer

[U-Boot] [PATCH] common/fdt_support.c: fix compile error

2010-10-12 Thread Matthew McClintock
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: Ma