Fix some missing commands, cleanup header files
(autoscript, bmp, bsp, fat, mmc, nand, portio, ...)
diff --git a/include/common.h b/include/common.h
index 0bb4353..8a98de3 100644
--- a/include/common.h
+++ b/include/common.h
@@ -147,8 +147,11 @@
 /* common/flash.c */
 void flash_perror (int);
 
+/* common/cmd_autoscript.c */
+int	autoscript (ulong addr);
+
 /* common/cmd_bootm.c */
-void print_image_hdr (image_header_t *hdr);
+void	print_image_hdr (image_header_t *hdr);
 
 extern ulong load_addr;		/* Default Load Address	*/