Dear Anatolij Gustschin, In message <[email protected]> you wrote: > From: Matthew McClintock <[email protected]> > > 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]> > Signed-off-by: Anatolij Gustschin <[email protected]> > --- > v3: > - move fdt_increase_size() before conditionally compiled > code which uses this function. This is needed to fix > warnings while compiling for pdm360ng board. > > common/fdt_support.c | 20 ++++++++++---------- > 1 files changed, 10 insertions(+), 10 deletions(-)
Applied, thanks. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] You cannot propel yourself forward by patting yourself on the back. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

