]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[u-boot] / include / common.h
index 673afdd150b46bfda8802bf185bb93f35ff19312..e03ead10bc4ced20b8bde16310b6dc3ac10e1c69 100644 (file)
@@ -222,10 +222,7 @@ int mac_read_from_eeprom(void);
 void flash_perror (int);
 
 /* common/cmd_autoscript.c */
-int    autoscript (ulong addr);
-
-/* common/cmd_bootm.c */
-void   print_image_hdr (image_header_t *hdr);
+int    autoscript (ulong addr, const char *fit_uname);
 
 extern ulong load_addr;                /* Default Load Address */