commit | 331f4c392238ecbca55c5860108cdc56ae7b3830 | [log] [tgz] |
---|---|---|
author | Sebastien Carlier <sebastien.carlier@gmail.com> | Thu Nov 18 12:06:46 2010 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Nov 18 15:22:10 2010 +0100 |
tree | e8fccbee952a4de613f33cca6bb3bfd505bb30a0 | |
parent | c9fe366c25b29785732a0501e9bff153c1c15c08 [diff] |
Exclude drivers/qe/fdt.c without CONFIG_QE 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 <sebastien.carlier@gmail.com> Tested-by: Wolfgang Denk <wd@denx.de>