[new uImage] Add new uImage format support to autoscript routine
[oweals/u-boot.git] / include / common.h
index 3f05b5e4669d216c1a5698f21d33b1317bbf9ae8..3351e2c0a6abd6551d4605a78974ad411db263d4 100644 (file)
@@ -222,7 +222,7 @@ int mac_read_from_eeprom(void);
 void flash_perror (int);
 
 /* common/cmd_autoscript.c */
-int    autoscript (ulong addr);
+int    autoscript (ulong addr, const char *fit_uname);
 
 extern ulong load_addr;                /* Default Load Address */