From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastien Carlier Date: Thu, 18 Nov 2010 12:06:46 +0100 Subject: [U-Boot] [PATCH] Exclude drivers/qe/fdt.c without CONFIG_QE Message-ID: <1290078406-23921-1-git-send-email-sebastien.carlier@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Previously with archive libraries fdt.o was compiled and included in qe.a and then discarded by the linker. With partial linking this results in unresolved symbols, which this commit fixes. This commit also cleans up a now-useless conditional in fdt.c. Signed-off-by: Sebastien Carlier --- drivers/qe/Makefile | 2 +- drivers/qe/fdt.c | 2 -- 2 files changed, 1 insertions(+), 3 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Exclude-drivers-qe-fdt.c-without-CONFIG_QE.patch Type: text/x-patch Size: 896 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20101118/759eee5a/attachment.bin