Cleanup for GCC-4.x
[oweals/u-boot.git] / include / common.h
index 8536a99c0cb43c5e4156ee15d534b6a9d9288652..d2570a803ea45eb96b924c956e015a3d3f7df65d 100644 (file)
@@ -208,8 +208,8 @@ extern ulong load_addr;             /* Default Load Address */
 /* common/cmd_nvedit.c */
 int    env_init     (void);
 void   env_relocate (void);
-char   *getenv      (uchar *);
-int    getenv_r     (uchar *name, uchar *buf, unsigned len);
+char   *getenv      (char *);
+int    getenv_r     (char *name, char *buf, unsigned len);
 int    saveenv      (void);
 #ifdef CONFIG_PPC              /* ARM version to be fixed! */
 void inline setenv   (char *, char *);