
13 Oct
2010
13 Oct
'10
1:39 p.m.
Hi Matthew,
On Tue, 12 Oct 2010 17:42:57 -0500 Matthew McClintock msm@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@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