]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/fdt_support.c: fix compile error
authorMatthew McClintock <msm@freescale.com>
Wed, 13 Oct 2010 11:39:26 +0000 (13:39 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 13 Oct 2010 18:25:33 +0000 (20:25 +0200)
commitcb2707af7a9792c0818e67987f74b3e42ce923cf
tree20241f4762ffc4c99a6c20ecf5ed11cd6acfc5ca
parent076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d
common/fdt_support.c: fix compile error

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>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
common/fdt_support.c