]> git.sur5r.net Git - u-boot/blobdiff - include/environment.h
mkimage: add UBL header support for booting davinci cpus
[u-boot] / include / environment.h
index 53d92df1f29475174ece0b5d2728531f8c4f26b5..e8b6e45c3372b73f17d4d0bff7d43896d713b05c 100644 (file)
@@ -160,7 +160,7 @@ extern struct hsearch_data env_htab;
 unsigned char env_get_char (int);
 
 /* Function that returns a pointer to a value from the environment */
-unsigned char *env_get_addr(int);
+const unsigned char *env_get_addr(int);
 unsigned char env_get_char_memory (int index);
 
 /* Function that updates CRC of the enironment */