diff options
author | Peter Tyser <ptyser@xes-inc.com> | 2009-03-13 18:54:43 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 01:14:09 +0200 |
commit | fba0e3a0814f9bf48c32a4c8a7987c36ae96651b (patch) | |
tree | 0cbcd5786e66d07b032270e1a22942b96c7d7afe /tools/.gitignore | |
parent | 40b8d909ace06f6f494dee08ffa64a82493e72e9 (diff) | |
download | u-boot-imx-fba0e3a0814f9bf48c32a4c8a7987c36ae96651b.zip u-boot-imx-fba0e3a0814f9bf48c32a4c8a7987c36ae96651b.tar.gz u-boot-imx-fba0e3a0814f9bf48c32a4c8a7987c36ae96651b.tar.bz2 |
tools: Remove unecessary symlinking of zlib.h
crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink
was previously necessary to give U-Boot's version of zlib.h precedence
over the host computer's version of zlib.h.
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 377ca9a..c2ac0ae 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -18,4 +18,3 @@ /fdt_strerror.c /fdt_wip.c /libfdt_internal.h -/zlib.h |