]> git.sur5r.net Git - u-boot/blobdiff - include/image.h
Fix compile error caused by missing timer function
[u-boot] / include / image.h
index 664e51e4902291f3d200c73b942144752ba5ff66..46138fa7880b8f2da8c46319ee59c41a085ef290 100644 (file)
@@ -379,7 +379,7 @@ int image_check_dcrc (image_header_t *hdr);
 #ifndef USE_HOSTCC
 int getenv_yesno (char *var);
 ulong getenv_bootm_low(void);
-ulong getenv_bootm_size(void);
+phys_size_t getenv_bootm_size(void);
 void memmove_wd (void *to, void *from, size_t len, ulong chunksz);
 #endif