[new uImage] Add new uImage format support to autoscript routine
[oweals/u-boot.git] / include / common.h
index cd8aad090c7c80a0f548c1ad691aa04173662a88..3351e2c0a6abd6551d4605a78974ad411db263d4 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 */