]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commitdiff
rename include/zlib.h to include/u-boot/zlib.h
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Sat, 4 Apr 2009 10:49:11 +0000 (12:49 +0200)
committerWolfgang Denk <wd@denx.de>
Sat, 4 Apr 2009 13:37:54 +0000 (15:37 +0200)
Some systems have zlib.h installed in /usr/include/. This isn't the
desired file for u-boot code - we want the one in include/zlib.h.
This rename will avoid the conflict.

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13 files changed:
common/cmd_bootm.c
fs/cramfs/uncompress.c
include/u-boot/zlib.h [moved from include/zlib.h with 100% similarity]
lib_arm/bootm.c
lib_avr32/bootm.c
lib_generic/crc32.c
lib_generic/gunzip.c
lib_generic/zlib.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_microblaze/bootm.c
lib_mips/bootm.c
lib_ppc/bootm.c

index 6fdeef49a3510028add72a1ce5428181652a689e..bd1813ad422a75261b67f7412692999ac5bcd7d2 100644 (file)
@@ -30,7 +30,7 @@
 #include <command.h>
 #include <image.h>
 #include <malloc.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <bzlib.h>
 #include <environment.h>
 #include <lmb.h>
index 39dd2751be7572e1b96450b2dd2e6268a2e15a80..228fe68c11a14f7832ad3a8b7b91ae5c92fa7a75 100644 (file)
@@ -23,7 +23,7 @@
 #include <common.h>
 #include <malloc.h>
 #include <watchdog.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 
 static z_stream stream;
 
similarity index 100%
rename from include/zlib.h
rename to include/u-boot/zlib.h
index 7dbde7df5cebef36dc349d4d3189d111bd940cf6..128b7e313cdfa6a11719716726dc6956ad5dd43b 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <asm/byteorder.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index 0ca4718c883062cfaf510751da18914191019114..6a3172a9a0c11efda750ebe77d91ba03a1b61dd0 100644 (file)
@@ -22,7 +22,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <asm/byteorder.h>
 #include <asm/arch/addrspace.h>
 #include <asm/io.h>
index b6a7a91620f130f3198fc22fc3fc272f586f10ce..3927ce13c29669abf074e079c036532de827f875 100644 (file)
@@ -17,7 +17,7 @@
 #if defined(CONFIG_HW_WATCHDOG) || defined(CONFIG_WATCHDOG)
 #include <watchdog.h>
 #endif
-#include "zlib.h"
+#include "u-boot/zlib.h"
 
 #define local static
 #define ZEXPORT        /* empty */
index 5bcf5b7b24f734ee5274156f809a8996147966db..01a4031a64e12f20753b1cbda2cd1318f9fa3cf4 100644 (file)
@@ -26,7 +26,7 @@
 #include <command.h>
 #include <image.h>
 #include <malloc.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 
 #define        ZALLOC_ALIGNMENT        16
 #define HEAD_CRC               2
index 2b01c8f87d7b23d30151272ad0dda5df2a3dddab..d1cd44c43683f388b653d446bb288aea8385d0c1 100644 (file)
@@ -27,7 +27,7 @@
 
 #define _Z_UTIL_H
 
-#include "zlib.h"
+#include "u-boot/zlib.h"
 
 #ifndef local
 #  define local static
index ea19b3de93abc4b985ce92022a57524755865881..f96d7bd6daa329fb9fe8f9d663306f60ba3d97e9 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <asm/byteorder.h>
 #include <asm/zimage.h>
 
index 958c5ce0149719fabfe670fa1a23ce1ac3f10a64..e5ed6eb7cc6201b4a2263564d418f47cd50e7a69 100755 (executable)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <bzlib.h>
 #include <watchdog.h>
 #include <environment.h>
index e97aae6881e39880079643d23f12bbed760d378c..bce4774fe37502aa9e47d413072efc820055d3d8 100644 (file)
@@ -27,7 +27,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <asm/byteorder.h>
 
 DECLARE_GLOBAL_DATA_PTR;
index 3db22eafd40dd8c9ab06e0c349c2ab1870863951..54af24cba3f7cd8af0ed843e72a2399ae07e0ce2 100644 (file)
@@ -24,7 +24,7 @@
 #include <common.h>
 #include <command.h>
 #include <image.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <asm/byteorder.h>
 #include <asm/addrspace.h>
 
index e03d76390715dd1e41e8826cb6ca145b089de7bc..0d702bf25178670c2689006d17083c6fa2452ee3 100644 (file)
@@ -29,7 +29,7 @@
 #include <command.h>
 #include <image.h>
 #include <malloc.h>
-#include <zlib.h>
+#include <u-boot/zlib.h>
 #include <bzlib.h>
 #include <environment.h>
 #include <asm/byteorder.h>